Wish Add condidional compilation support to Manifest Editor

b4auser1

Well-Known Member
Licensed User
Longtime User
Usage Example:
B4X:
'AdMob

#If AdMob
AddApplicationText(
<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"/>

)
#End if
'End of AdMob
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Thank,
Now I see the problem was with the AdMOB lib activated in the library list.
I will create a separate wish request to have separate library lists for different build configurations.
 
Top