kivy / python-for-android

Turn your Python application into an Android APK
https://python-for-android.readthedocs.io
MIT License
8.3k stars 1.84k forks source link

kivy touchtracer apk not running on emmulator #162

Closed kyrelos closed 10 years ago

kyrelos commented 10 years ago

hi, am trying to package an application for android. am using virtual box image with sdk platform tools 16, ndk r8c that come with the virtual machine (am new to this so please forgive any mistakes in my jargon but am open to correction) i built the apk successfully and when i tried to run the apk on an emulator it sort of started then stopped. i dont know what am missing so if anyone has a solution i would really appreciate it.

akshayaurora commented 10 years ago

You need to enable sdcard and host GPU and even then only use os with 4.0.3 and above as GPU passthrough is only only available there. If you still get a crash try to look at the log output by running adb logcat

This has already been answered multiple times on kivy-users forum and on previous issues, please search the forums and issues before posting.

kyrelos commented 10 years ago

thanks a lot .let me try that. i looked through the forums and issues but i couldnt find anything related to the error i was having. but i guess maybe my search keywords were not right. i really appreciate this. thanks

kyrelos commented 10 years ago

thanks man it worked.