Android Question Error : object reference not set to an instance

incendio

Well-Known Member
Licensed User
Longtime User
Hi all,

Occasionally got an error like that.
Specifications :
1) Windows 7 64
2) jdk1.8.0_92
3) B4A 6.3

Manifest content
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$")

Running on an emulator, Genymotion

Never got this on B4A 6.0. Any idea what was that?
 
Top