Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Cannot run my android application on the emulator

$
0
0
Hi all, I have created a simple project “MyProjet” containing 3 sub-projects : “MyApp” the application which i’ll run on the emulator, “MyLib” a first library that “MyApp” depends on and “MyOtherLib” a second library that “MyLib” depends on. The application compiles and runs on Desktop. Also, the apk file is successfully created. But when i run the application i get the following error : Your application encountered a fatal error and cannot continue I noticed that when creating the apk file, there is the following warning (or maybe it is an error !?) : Cannot find elf information I’ve looked to the logs (with adb logcat) and i found the following error :  ... java.lang.ClassNotFoundException: Didn't find class "org.qtproject.qt5.android.QtActivityDelegate" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib]] ... Has anyone had the same problem ? How to solve it ? Regards.

Viewing all articles
Browse latest Browse all 2113

Trending Articles