حل مشكلة عدم قبول كود العلانات آدموب باندرويد استوديو
كاتب الموضوع
رسالة
سلسبيل نور
المساهمات : 144 تاريخ التسجيل : 17/08/2016
موضوع: حل مشكلة عدم قبول كود العلانات آدموب باندرويد استوديو الثلاثاء أغسطس 01, 2017 9:23 pm
بسم الله الرحمن الرحيم
Step 2: In project Structure window, select app module in the list given on left side.
Step 3: Select the Flavors tab and under this you will have an option for setting “Min Sdk Version” and for setting “Target Sdk Version”.
You can check the name of version too in the drop down list while selecting the API level that makes the selection more clearer for anyone. Because sometimes remembering numbers is bit messy.
Step 4: Select both the versions and Click OK.
Approach 2 To Change API (Android Version) in Android Studio:
That will be pretty straight forward, but you need to stay very alert while making changes here.
Step 1: if you are project is opened in android option then select open Gradle Scripts > build.gradle(Module: app)
if you are in project View then click on your project folder > app > build.gradle
Step 2: Here you have to change minimum and Maximum sdk level as per your requirement. check the below given code: