You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce:
Clone osh-android as osh-android-test
Change to v2 branch
Run git submodule update --init --recursive if necessary
Load Gradle changes
Theoretically, it is an easy fix, but I don't know the Gradle syntax for getting the app root directory programmatically.
The text was updated successfully, but these errors were encountered:
When using a different directory, build fails with the reason "The 'java' plugin has been applied, but it is not compatible with the Android plugins." This is likely due to this line: https://github.com/opensensorhub/osh-android/blob/master/build.gradle#L27
Steps to reproduce:
Clone osh-android as osh-android-test
Change to v2 branch
Run git submodule update --init --recursive if necessary
Load Gradle changes
Theoretically, it is an easy fix, but I don't know the Gradle syntax for getting the app root directory programmatically.
The text was updated successfully, but these errors were encountered: