Replies: 1 comment
-
Issue resolved after ran the git config --global core command from the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Build got successful after running configure.sh for
.\gradlew assembleGoogleDebug
But unfortunately it is throwing some compilation errors for
.\gradlew assembleFdroidDebug
Task :app:compileFdroidDebugJavaWithJavac
D:\Android\OrganicMaps\organicmaps\android\app\src\main\java\app\organicmaps\settings\SettingsPrefsFragment.java:26: error: cannot find symbol
import app.organicmaps.sdk.location.LocationProviderFactory;
^
symbol: class LocationProviderFactory
location: package app.organicmaps.sdk.location
1 error
Task :app:compileFdroidDebugJavaWithJavac FAILED
Do you have any idea how to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions