APK crashes but on simulator it work fine, How to fix this?

Hello All,

I am new to coronalabs, I took same sample code and change the graphic and few setting, It works fine on simulator, But APK does not work, after installing apk on andorid phone it get crashed in few sec.

Please let me know what I am doing wrong.

Thanks in advance.

Regards

Check and make sure you are not using to much texture memory. The simulator can handle a lot more texture memory than a device. I have found that anything over 20 MB on a device can cause an app to crash.

what is the error?  (tether your device, do a logcat)

common source of “works in sim, not on device” is case-sensitive paths/filenames

crashes without error

Following is the link for apk

http://www.rasinfosoft.com/gpslab.apk

Please help

Have you checked and made sure you are not using to much texture memory. 

Also can you provide your project files for testing?

Follow the steps outlined here - https://docs.coronalabs.com/guide/basics/debugging/index.html

Check and make sure you are not using to much texture memory. The simulator can handle a lot more texture memory than a device. I have found that anything over 20 MB on a device can cause an app to crash.

what is the error?  (tether your device, do a logcat)

common source of “works in sim, not on device” is case-sensitive paths/filenames

crashes without error

Following is the link for apk

http://www.rasinfosoft.com/gpslab.apk

Please help

Have you checked and made sure you are not using to much texture memory. 

Also can you provide your project files for testing?

Follow the steps outlined here - https://docs.coronalabs.com/guide/basics/debugging/index.html