D daniedb Active Member Licensed User Longtime User May 31, 2015 #1 Hi Guys Working through Erel's Tutorial on google Maps V2 When compile and upload to Phone (B4A Bridge, Wireless) I get a error on the Phone: Parse Error There is a Problem parsing the Package Tried on 2 Different phones with the same error. Even Copied the APK and try to inatall Manually on the phone with the same error Ideas? Thanks Danie
Hi Guys Working through Erel's Tutorial on google Maps V2 When compile and upload to Phone (B4A Bridge, Wireless) I get a error on the Phone: Parse Error There is a Problem parsing the Package Tried on 2 Different phones with the same error. Even Copied the APK and try to inatall Manually on the phone with the same error Ideas? Thanks Danie
KMatle Expert Licensed User Longtime User May 31, 2015 #2 Have you turned off "Allow installation of apps from Unknown Sources"? Upvote 0
D daniedb Active Member Licensed User Longtime User May 31, 2015 #3 Yes I did. All other packages install fine. I start with Erel's Google Map Tutorial V2, and when I try that install it give me the error Upvote 0
Yes I did. All other packages install fine. I start with Erel's Google Map Tutorial V2, and when I try that install it give me the error
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2015 #4 Which device are you using? GoogleMaps require Android 4+. Upvote 0
D daniedb Active Member Licensed User Longtime User Jun 1, 2015 #5 Samsung S5 and SamSung Galaxy Tab 7. Both are running Android version > 4 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 1, 2015 #6 You will need to use usb debug mode instead of B4A-Bridge. Hopefully it will provide more information about the problem. Upvote 0
You will need to use usb debug mode instead of B4A-Bridge. Hopefully it will provide more information about the problem.
Andrew (Digitwell) Well-Known Member Licensed User Longtime User Mar 27, 2016 #7 Hi. I know this is a bit of an old thread, but I ran into exactly this same Parse error problem when I tried the map example. I found a solution here: https://stackoverflow.com/questions/14832911/android-map-v2-why-maps-receive-permission I commented out the reference in the manifest to MAP_RECIEVE and it worked. B4X: 'AddManifestText( <permission ' android:name="$PACKAGE$.permission.MAPS_RECEIVE" ' android:protectionLevel="signature"/> ' <uses-feature android:glEsVersion="0x00020000" android:required="true"/>) AddApplicationText(<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyBZ6F5XXXXXXXXXXXXXXXXXXXX"/> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />) I hope this helps some other newbies. Andrew Upvote 0
Hi. I know this is a bit of an old thread, but I ran into exactly this same Parse error problem when I tried the map example. I found a solution here: https://stackoverflow.com/questions/14832911/android-map-v2-why-maps-receive-permission I commented out the reference in the manifest to MAP_RECIEVE and it worked. B4X: 'AddManifestText( <permission ' android:name="$PACKAGE$.permission.MAPS_RECEIVE" ' android:protectionLevel="signature"/> ' <uses-feature android:glEsVersion="0x00020000" android:required="true"/>) AddApplicationText(<meta-data android:name="com.google.android.maps.v2.API_KEY" android:value="AIzaSyBZ6F5XXXXXXXXXXXXXXXXXXXX"/> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />) I hope this helps some other newbies. Andrew
ibs06t Member Licensed User Longtime User Dec 10, 2016 #8 hi im using lenovo vibe k5 5.1.1 phone and complie the code and i get an error (There is a Problem parsing the Package) but android version 6.0 working correctly. how to solve the problem....? Upvote 0
hi im using lenovo vibe k5 5.1.1 phone and complie the code and i get an error (There is a Problem parsing the Package) but android version 6.0 working correctly. how to solve the problem....?
Erel B4X founder Staff member Licensed User Longtime User Dec 11, 2016 #9 Did it start after you added Google Maps? Upvote 0