f0raster0 Well-Known Member Licensed User Longtime User Nov 15, 2018 #1 Hi, I'm getting an error "parse error There was a problem parsing the package" This is a old App, just now can't install anymore. I tried: remove-install again and reboot the devices if I tried to rename the package to get B4X: B4A Version: 8.30 Parsing code. (0.29s) Running custom action. (0.15s) Compiling code. Error Error parsing manifest script: Error parsing google-services.json: Error parsing manifest script: Error parsing json file. Make sure that the package name is correct. edit: checking now this link to see if it help to know what is happening https://www.b4x.com/android/forum/threads/version-safe-apk-installation.87667/ thanks Last edited: Nov 15, 2018
Hi, I'm getting an error "parse error There was a problem parsing the package" This is a old App, just now can't install anymore. I tried: remove-install again and reboot the devices if I tried to rename the package to get B4X: B4A Version: 8.30 Parsing code. (0.29s) Running custom action. (0.15s) Compiling code. Error Error parsing manifest script: Error parsing google-services.json: Error parsing manifest script: Error parsing json file. Make sure that the package name is correct. edit: checking now this link to see if it help to know what is happening https://www.b4x.com/android/forum/threads/version-safe-apk-installation.87667/ thanks
R ronell Well-Known Member Licensed User Longtime User Nov 15, 2018 #2 f0raster0 said: Error parsing google-services.json: Click to expand... the app you created in firebase console and your b4a app must have the same package name Upvote 0
f0raster0 said: Error parsing google-services.json: Click to expand... the app you created in firebase console and your b4a app must have the same package name
f0raster0 Well-Known Member Licensed User Longtime User Nov 15, 2018 #3 ronell said: the app you created in firebase console and your b4a app must have the same package name Click to expand... thanks, it was just a try. Solved parser error: SDK changed to sdk19 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/> and to continue looks like I need to buy a device with android 7+ Last edited: Nov 15, 2018 Upvote 0
ronell said: the app you created in firebase console and your b4a app must have the same package name Click to expand... thanks, it was just a try. Solved parser error: SDK changed to sdk19 <uses-sdk android:minSdkVersion="19" android:targetSdkVersion="26"/> and to continue looks like I need to buy a device with android 7+