android - Cannot find package value in AndroidManifest.xml for module -
when compiling android module intelij-idea following error message:
cannot find package value in androidmanifest.xml module the hover tell me fill in resources page on settings dialogue. but, have fill in?
the manifest file pretty sort (it's library)
<manifest android:versioncode='1' android:versionname='0.1' package='com.xxx.datamodel' xmlns:android='http://schemas.android.com/apk/res/android' > <uses-sdk android:minsdkversion='4' android:targetsdkversion='8' ></uses-sdk> </manifest>
such error may occur when path androidmanifest.xml file in idea android facet settings configured incorrectly. correcting manifest path should fix problem.
Comments
Post a Comment