Unable to debug Android app
Solved
Mobile and Embedded
-
What I have: Nokia 8phone with Android 8.0.0 and latest security patch,Qt 5.10.0
I have also tried with NDK 10e, NDK 14 with no luck.
I can build and deploy and run the application on the phone, however I can not debug it. I get the following message on the phone "Your application encountered a fatal error and cannot continue."
With the same project and settings I can debug on a HTC One mini with Android 4.4 installed.
How do I "debug" this debug problem ?
//WinCC
-
This is what I'd do:
- Downgrade your Android SDK a couple of versions and target SDK level 23
- Revert to NDK 10 and and delete the other versions so they won't be used by accident.
- Rebuild your project as the previous NDKs will leave traces in your project (I have found).
-
This post is deleted!