您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

16 行
506 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This Google Mobile Ads plugin library manifest will get merged with your
  4. application's manifest, adding the necessary activity and permissions
  5. required for displaying ads.
  6. -->
  7. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  8. package="com.google.unity.ads"
  9. android:versionName="1.0"
  10. android:versionCode="1">
  11. <uses-sdk android:minSdkVersion="14"
  12. android:targetSdkVersion="19" />
  13. <application>
  14. </application>
  15. </manifest>