CHANGE THE CODE IN
android\src\org\libsdl\app\sdlactivity.java
similar to this :
in Java function ... protected void onCreate(Bundle savedInstanceState)
Example:
http://stackoverflow.com/questions/28387329/admob-ads-not-correctly-showing-in-android-sdl-appin androidmanifest.xml
add permissions
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
and this too .. dnt know :<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
This feature will be included in the next pixtudio..
and new debug android features... and possibly game services..