incendio Well-Known Member Licensed User Longtime User Oct 2, 2016 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2016 #2 Probably this issue: https://www.b4x.com/android/forum/t...operty-cause-an-error-b4a-6-30.71474/#content Upvote 0
Probably this issue: https://www.b4x.com/android/forum/t...operty-cause-an-error-b4a-6-30.71474/#content
incendio Well-Known Member Licensed User Longtime User Oct 2, 2016 #3 Could this is related with https://b4x.com/android/forum/threads/b4a-6-3-freezed-on-designer.71579/ Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 2, 2016 #4 You should enable the IDE logs: https://www.b4x.com/android/forum/posts/50478/ Upvote 0