android - Parser exception for /maps/AndroidManifest.xml: Content is not allowed in trailing section -
i have looked around @ similar errors, have not found cause of mine , hoping me. getting error:
parser exception /maps/androidmanifest.xml: content not allowed in trailing section
the error showing on middle line of piece of code"
<manifest package="com.example.mapdemo" android:versioncode="10" android:versionname="2.15.0" xmlns:android="http://schemas.android.com/apk/res/android">
when hover over, says:
multiple annotations found @ line: - attribute "hardwareaccelerated" used in api level 11 , higher (current min 9) - not targeting latest versions of android; compatibility modes apply. consider testing , updating version. consult android.os.build.version_codes javadoc details. - should explicitly set android:allowbackup true or false (it's true default, , can have security implications application's data) - content not allowed in trailing section.
this happened once created new activity blank "hello world." have other activities present, sample maps google provides.
`
Comments
Post a Comment