HI,
i put GpsMap into may app and now give an arrore when compile:
This is manifest:
Hi have restart app and ADB Server many times.
This is manifest file:
If I leave only default text, compiler give not error.
Why.?
Where is the error?
THANKS!
i put GpsMap into may app and now give an arrore when compile:
This is manifest:
Hi have restart app and ADB Server many times.
This is manifest file:
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: http://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
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="AIzaSyAEGf9y_____________8wKk3y3EuKs"/>)
If I leave only default text, compiler give not error.
Why.?
Where is the error?
THANKS!