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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -