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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
I run:
npm i --save
cd RNMapboxARDemo
npm i --save
adb reverse tcp:8081 tcp:8081
react-native run-android --variant=gvrRelease
And Error:
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
FAILURE: Build failed with an exception.
What went wrong:
Task 'installGvrRelease' not found in root project 'RNMapboxARDemo'. Some candidates are: 'uninstallGvrRelease', 'uninstallOvrRelease'.
Can you help me. thank you so much!
The text was updated successfully, but these errors were encountered:
I run:
npm i --save
cd RNMapboxARDemo
npm i --save
adb reverse tcp:8081 tcp:8081
react-native run-android --variant=gvrRelease
And Error:
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
FAILURE: Build failed with an exception.
Task 'installGvrRelease' not found in root project 'RNMapboxARDemo'. Some candidates are: 'uninstallGvrRelease', 'uninstallOvrRelease'.
Can you help me. thank you so much!
The text was updated successfully, but these errors were encountered: