fm application in eclipse for android -


i have got problem in line below.

<uses-permission android:name="android.permission.modify_audio_settings"></uses-permission> 

the error says tag appears after tag. in tutorial,the above line mentioned after application tag , application correct. how solve error?

here how manifest structure should look. if have <uses-permission> tag inside <application> tag, move out there.

that said, should post more code and/or information (but relevant parts!) or neigh impossible find right solution without guessing.


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -