Hello Guys i try to add AD Mob in an simple application ... but my problem is following i add this in manifest
<!-- *** For AdMob: manually added *** -->
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation"/>
</manifest>
and save the file with right click and read only (Schreibgeschützt) if i compile it then i get
Compiling code. 0.65
Using existing AndroidManifest.xml.
(File is read-only.)
AndroidManifest-Example.xml file will be created instead.
so the program use the AndroidManifest-Example.xml and not my AndroidManifest.xml
what can i do?!
<!-- *** For AdMob: manually added *** -->
<activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation"/>
</manifest>
and save the file with right click and read only (Schreibgeschützt) if i compile it then i get
Compiling code. 0.65
Using existing AndroidManifest.xml.
(File is read-only.)
AndroidManifest-Example.xml file will be created instead.
so the program use the AndroidManifest-Example.xml and not my AndroidManifest.xml
what can i do?!