المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : حل مشكلة cannot find gradle wrapper within android sdk



Rise Company
22-07-2017, 20:30
حل مشكلة cannot find gradle wrapper within android sdk

Solution Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK
https://www.rise.company/forum/images/imported/2017/07/80.png

سبب المشكلة هنا


C:\Users\rise\AppData\Local\Android\sdk\tools\temp lates\gradle\wrap

قم بتغيير rise بالبروفايل الخاص بك ثم بعد الدخول ستجد انه لا يوجد templates\gradle\wrap
سبب المشكلة ان هناك تحديث فى sdk تم تغيير به مسار gradle وهذا ليس عيب او خطا
هذه المشكلة كانت توجد فى النسخ القديمة من الكوردوفا ولكن تم ضبط المسار فى التحديث الجديد
ولكن الفون جاب مازالت به المشكلة والحل هو.

حل المشكلة :

قم بتحميل Gradle من موقع الشركة هنا (https://gradle.org/releases/)
Gradle" in my computer from the oficial website

ثم قم باضافة مسار الملف الذى تم تحميله بهذا الشكل ;C:\gradle-4.0.1\bin
داخل path ولا تنسى قبل الاضافة ضع ";" طبق على الشرح فى الاسفل
Add the /bin folder to the Environment variable PATH,




1. كما السابق تماما نقوم بالذهاب الى Start -> Computer -> System Properties
2. ثم النقر على Advanced system settings
3. ثم النقر على Environment Variables
4. في جهة User Variables اضغط على PATH
5. بعدها Edit
https://www.rise.company/forum/images/imported/2017/06/63.png

6. ستظهر لنا النافذة التالية كما في الصورة نذهب الى خانة Variable value ثم نضيف فاصلة منقوط " ; " .بعد المسار الموجود سابقا
7. ثم نضيف المسار بعد الفاصلة المنقوطة:
;C:\Users\miki\AppData\Local\Android\android-sdk\tools
https://www.rise.company/forum/images/imported/2017/06/64.png



ثم من cmd اكتب هذا الامر gradle -v لتثبيته
check it typing "gradle -v" at your bash.

ثم قم بانشاء الفولدرات الناقصه لديك /templates/gradle/wrapper
Then create a folder on your skd/tools call it "/templates/gradle/wrapper"

ثم ادخل على المسار من خلال cmd اكتب

cd
C:\Users\rise\AppData\Local\Android\sdk\tools\temp lates\

ستجد انه داخل الفولدر gradle و wrapper الملفات نزلت بداخله
then execute inside "/wrapper" the system bash and type "gradle wrapper".

وبكده كل شىء سيعمل معك بشكل صحيح
تم التجربة من قبل شركة رايز

بعض الاكواد المساعدة:


npm install -g [email protected]


npm update -g phonegap


phonegap platform remove android


phonegap platform add android