Problem mobile (NOT USING SOURCE)

Hello,

I can’t run the example in my mobile.

I tested on different devices and the result is similar. I package the project for android ETC1, I copy the .apk to the device (manually, without using the .bat), I install it and when I try to open the application closes automatically or the screen is black.

This is the configuration of the Android SDK. I tried to set the minimum SDK version 14 and NDK API level 14 too.

How can I fix it?
Thanks for the help.

You are supposed to use the bat to install to your devices, since it not only install the apk but also copy the obb file for you. ( Or you can manually copy the .obb file to your device following what the .bat file do)

I didn’t know what was this .obb, I turned to include this in the .apk and now works fine. I don’t use the .bat because my device hasn’t driver to develop :(.

Thank you very much for the help.