Has anyone come across the problem with 'Missing AdActivity with android:configChanges in AndroidManifest.xml' error that keeps Ads from showing?
When I try to build for the API Level 9 and 10 I get an error in the AndroidManifest.xml file.
Quote: "
<activity android:name="com.thegamecreators.agk_player.IAPActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:label="@string/app_name"
android:exported="false"
android:theme="@style/Theme.Transparent">
</activity>
<activity android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
"
In order to compile I have to remove the
|screenSize|smallestScreenSize from the android:configChanges element but when I do I get the error and it keeps ads from showing in production.
Prove Your Worthiness
KG2Entertainment.com