I have a (quite big - ~5,000 lines) app. Everything works fine in debug mode, but when I install in Release mode, the app crashes without any error messages. All I get is a notice "Unfortunately, 'app' has stopped.
I use the following libraries:
The manifest is as follows:
Unfortunately the app is too big (and proprietary) and I cannot upload it here.
Any help getting this resolved will be greatly appreciated!
I use the following libraries:
- Core (6.00)
- Dialogs (2.80)
- Phone (2.28)
- Reflection (2.40)
- SQL (1.30)
- StringUtils (1.02)
The manifest is as follows:
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="19"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
Unfortunately the app is too big (and proprietary) and I cannot upload it here.
Any help getting this resolved will be greatly appreciated!