Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Activity class does not exist. #19

Open
konrad-marzec opened this issue Dec 8, 2018 · 4 comments
Open

Activity class does not exist. #19

konrad-marzec opened this issue Dec 8, 2018 · 4 comments

Comments

@konrad-marzec
Copy link

Installing APK 'react-native-vector-icons-debug-androidTest.apk' on 'Pixel_2_XL_API_28(AVD) - 9' for react-native-vector-icons:debugAndroidTest
Installed on 1 device.

BUILD SUCCESSFUL

Total time: 29.091 secs
Running adb -s emulator-5554 reverse tcp:8081 tcp:8081
Starting the app on emulator-5554 (adb -s emulator-5554 shell am start -n com.rnmapboxardemo/com.rnmapboxardemo.MainActivity)...
Starting: Intent { cmp=com.rnmapboxardemo/.MainActivity }
Error type 3
Error: Activity class {com.rnmapboxardemo/com.rnmapboxardemo.MainActivity} does not exist.

@pm0u
Copy link

pm0u commented Jan 25, 2019

just received this same error as well, any resolution?

@michael-matias
Copy link

Use this variant:
react-native run-android --variant=gvrDebug

@francorobles
Copy link

Use this variant:
react-native run-android --variant=gvrDebug

App is stock in loading from localhost:8081

@francorobles
Copy link

Solved this by doing the following:

  1. remove node_modules
  2. use yarn from root and inside the sample app RNMapboxARDemo
  3. react-native run-android --variant=gvrDebug

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants