我使用 Eclipse Juno 在我的应用程序中集成了 AdMob - 它运行良好。但是当我尝试使用 Android Studio 集成它时,我收到了这个错误:
错误:不允许使用字符串类型(在 'configChanges' 处,值为 'keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize')。
我还在 libs 文件夹中添加了 jar 文件。我使用 minSdk =9 和 targetSdk=18。我还将 project.properties 文件更改为“target=android-13”。