-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't Find Installed React Native Android App On Phone and Emulator #19928
Comments
It looks like your issue may be missing some necessary information. Can you run |
@react-native-bot have made the modifications. |
Please use Stack Overflow for this type of question. |
the same issue, @thecodecafe did you solve this? |
@abtuleshov I couldn't, I simply started a new react-native project, copied my source files and reinstalled my dependencies. |
having the same issue, its not a SO question.. app is installed and opens after using |
I had this problem and the issue is that i put Just take data out and put it in another intent-filter like:
Thats solve the problem for me :) |
@geraldheng Thanks. You are such a savior, you had save my half year problem. I'm actually have a same problem after doing a setup for Firebase Dynamic Link.
|
@geraldheng huge thanks! |
Eres grande GeraldHeng Gracias!!!! |
I don't think it would be possible to write react-native apps without folks like you and others sharing these tips. THANK YOU!! |
So something strange happened, when developing I noticed that my react-native app compiled but wasn't visible (not found on the apps list/tray) on my emulator although the react-native run-android launches it (both debug and release) but when I go to
Settings > Apps
I can see the app listed there, I thought this was some new thing to react for dev environments, but I noticed that after compiling my app as release I can't find it on the phone until I go toSettings > Apps
and even from there I can't launch.Another thing I first noticed was, that the first time I compile the release, while trying to install a notice appeared on my screen saying, Google play connect rejected my app, and at first I couldn't install the app, but after rerunning the compilation I was able to, but now the app can't be launched.
I have generated a signed apk and have set it up in
android > app > build.gradle
Please find below my environment's information.
Environment:
OS: macOS High Sierra 10.13.5
Node: 8.11.3
Yarn: 1.7.0
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: 0.55.4 => 0.55.4
The text was updated successfully, but these errors were encountered: