Hi
I have a problem with the B4A Firebase tutorial - When I attempt to compile the project I get the following report
B4A Version: 9.30
Java Version: 11
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.08s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.71s)
Compiling debugger engine code. (1.31s)
Compiling generated Java code. (2.59s)
Convert byte code - optimized dex. (3.50s)
Packaging files. (1.39s)
Copying libraries resources (0.05s)
Found 20 resource files.
Signing package file (private key). (1.12s)
ZipAlign file. (0.13s)
Installing file to device. Error
Performing Push Install
pushTest_RAPID_DEBUG.apk: 1 file pushed. 6.3 MB/s (1781333 bytes in 0.268s)
pkg: /data/local/tmp/pushTest_RAPID_DEBUG.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
The manifest file is
Can anyone help?
Regards Dave
I have a problem with the B4A Firebase tutorial - When I attempt to compile the project I get the following report
B4A Version: 9.30
Java Version: 11
Parsing code. (0.00s)
Building folders structure. (0.03s)
Compiling code. (0.08s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Generating R file. (0.71s)
Compiling debugger engine code. (1.31s)
Compiling generated Java code. (2.59s)
Convert byte code - optimized dex. (3.50s)
Packaging files. (1.39s)
Copying libraries resources (0.05s)
Found 20 resource files.
Signing package file (private key). (1.12s)
ZipAlign file. (0.13s)
Installing file to device. Error
Performing Push Install
pushTest_RAPID_DEBUG.apk: 1 file pushed. 6.3 MB/s (1781333 bytes in 0.268s)
pkg: /data/local/tmp/pushTest_RAPID_DEBUG.apk
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED]
The manifest file is
B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="26"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.DarkTheme)
'End of default text.
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseNotifications.FirebaseNotifications)
Can anyone help?
Regards Dave