-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to build and upload android app #84
Comments
As a second try: I loaded the myproject/android folder into the Android Studio from the menu with the FILE/OPEN PROJECT . It took a minute or two to load. I see several "folded" folders in the project manager under Android: app, and one for each of my installed external npms: react-native-hockeyapp, react-native-kontaktio, react-native-simple-compass and react-native-vector-icons and then there are some Gradle Scripts. I then chose Build APK(s). Two processes started running the second one is indexing for a long time, I do not want to do that... Should I? Must I? Am I on the right path? For some reason I now don't get a white screen anymore but rather a red screen: I shook the app and reload and now get: My device is connected to the pc, but I don't see anything in the browser... |
Solved!!
My Environment: Packages: (wanted => installed) Notes:I put I added
and according to the
and in the
|
I would like to update the documentation accordingly, if all goes well. So I'm leaving this open for a week or two, to see if I have time. If not I'll just close it and people can read what I did if they wish. |
I think I misunderstood a comment on a github issue, thinking it had to do with HockeyApp, but in fact it had to do with the project they were talking about: wireapp. Accordingly I had written (and now erased):
~removed jcenter() in both
|
Solved see 2nd comment below
I ran my react-native (non-expo i.e. disconnected) app with
react-native run-android
(on my pc) and got an App-Debug.apk I uploaded that and it seems it doesn't work. I get a white screen.(How can I see the console.log messages or any type of log?)
For loading on HockeyApp, was I supposed to compile the react native app in android studio as a regular app, not a debug one? With expo I knew how to do that. But no expo now. If so, and I must compile, how do I do that? Any pointer?
Your instructions reach that point but don't explain what else I need to do. When I ran the app on my connected device through
run-android
I think (but not sure anymore that) it loaded something shown on the hockeyapp dashboard, but not sure what.I loaded the android device with the link provided, (and I also loaded an IOS device, which I'll soon configure separately).
Any help appreciated.
The text was updated successfully, but these errors were encountered: