I tried to run the project on a real android device but i get the following errors:
* What went wrong:
A problem occurred configuring project ':react-native-device-heading'.
> compileSdkVersion is not specified. Please add it to build.gradle
and
* What went wrong:
A problem occurred evaluating project ':react-native-device-heading'.
> Plugin with id 'maven' not found.
Do you have any ideas how to fix theses problems? These errors only occur on android. iOS works fine!
I initialized a new React Native App (npx react-native init test), installed your package and tried to run it on Android.
I tried to run the project on a real android device but i get the following errors:
and
Do you have any ideas how to fix theses problems? These errors only occur on android. iOS works fine!
I initialized a new React Native App (
npx react-native init test), installed your package and tried to run it on Android.