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
Post a Comment