Linh
March 8, 2024, 12:15am
1
My AI Companion keeps crashing. Is there something wrong with the code? This is what the code looks like:
Duplicate Blocks????
and perhaps other issues.
Linh
March 8, 2024, 1:57am
3
Thank you for the input! Unfortunately, it does not seem to work still... Like when I get into the AI Companion, it shows my app screen for only 2 seconds, and automatically crashes and brings me back to the home screen.
I'm using android, BTW
Check if it works without extension. Check if the APK works after compiling.
JEWEL
March 8, 2024, 3:07am
5
You may check adb logcat to understand the reason.
ADB is a command-line utility that that can be used to control your device over USB from a computer. It will allow you to install / uninstall and or view logs on your device. This could be very handy when there are issues with a specific app and you like to view the logs for information that may lead to identify the cause of error.
In this post, we’ll discuss how to install and use ADB.
Installation:
ADB comes with Android SDK. However, you can download ONLY the ADB files from HERE . Download…