-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update: Setup apk debugger #12
Comments
Resources on how to setup |
Resources on how to setup Android Emulator in Android Studio on Ubnuntu: Expo dev website.
If you want to run an Emulator inside VirtualBox, you need to enable nested virtualisation: Oracle tips. If you still have issues starting the emulator up in VirtualBox, make sure that:
If you have issues with
If it is still too slow [VirtualBox tip didn't work for me], then setup Android Studio and Emulator on a proper Ubuntu desktop: follow the instructions from External dependencies setup. Once the Device emulator is working, drag and drop your |
To debug your
You can open the virtual device file manager by: View -> Tool Windows -> Device file explorer You can view the content of your database (in the virtual device) by right cliking on the |
My current way of debugging the .apk is to:
The issue is that although the .apk is generated without bugs, it does not mean that it will work on an Android phone right away (ex: using wrong file system). Furthermore, I don't have access to crash logs.
Therefore, there is a need to find a tool to perform .apk debugging.
adb
tool has been recommended.The text was updated successfully, but these errors were encountered: