APK Assets not loaded on Kindle Fire HD
- by Bastl
I have developed an App for the Amazon Kindle Fire HD.
While distributing I got a report from amazon that its not running on almost all Kindle devices and a blackscreen is displayed. They send me a logcat log file and I found out that it's not possible to load some assets directly from APK file (accessing via C++ and zlib).
Everything is running fine if I start it via Eclipse.
Any idea whats going wrong?
Thanks!