Making program for Android. Need to use native java code, and if device has no Open GL, exit after 10-15 sec with out start Corona SDK, because when Corona SDK start, I have crash on this device.
I know how to get info about Open GL, but can not stop Corona SDK launch.
I can not use Lua calls, because i need to do it, before Corona SDK loaded. When Corona SDK loaded, it start OpenGL and i get error. So i need catch Corona SDK loading in native state, and exit before Corona SDK loaded, but after Android SDK loaded and sent all information to Google play.
in the manifest will be enough to prevent the app from being downloaded if the device has no OpenGL capabilities.
It will be effective when someone tries to download the app from any of the Android stores (Google Play etc). If the device doesn’t have OpenGL they can’t download the app.
No, sorry, app have to be download and start, but after it must to write about can not be start. So we need use only native, and do not start Corona SDK. Now we do it with sleep in main Thread, but we want stop not all app, we want to stop only Corona SDK loading.
I can not use Lua calls, because i need to do it, before Corona SDK loaded. When Corona SDK loaded, it start OpenGL and i get error. So i need catch Corona SDK loading in native state, and exit before Corona SDK loaded, but after Android SDK loaded and sent all information to Google play.
in the manifest will be enough to prevent the app from being downloaded if the device has no OpenGL capabilities.
It will be effective when someone tries to download the app from any of the Android stores (Google Play etc). If the device doesn’t have OpenGL they can’t download the app.
No, sorry, app have to be download and start, but after it must to write about can not be start. So we need use only native, and do not start Corona SDK. Now we do it with sleep in main Thread, but we want stop not all app, we want to stop only Corona SDK loading.