Replies: 1 comment
-
Hi, did you try with this :
and your token has the downloads:read property ? |
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
-
I am trying to configure for Android a react-native app which uses Mapbox and works perfectly in iOS. The react-native version is 0.66.2, the Android Studio version is 2020.3.1 and the gradle version is 6.9. The build crashes with the message above. Any help would be much appreciated.
Additional info: The build error also contains the following:
This seems to indicate that there is something wrong with my access token. But the same access token works when running the app for iOS.
Susan Crayne
This is the package.json file:
This is the app level build.gradle file:
This is the module level build.gradle:
Beta Was this translation helpful? Give feedback.
All reactions