Ionic/cordova Error Code 1, Error Building One Of Platforms
Ok i have installed: nodejs v 5.4.0 (latest) ant v 1.9.6 (latest) java v 1.8.0_71 (latest) git v 2.7.0 (latest) ionic v 1.7.14 (latest) corodva v 6.0.0 (latest) here
Solution 1:
solved!
I deleted the .gradle folder under C:\Users(user-name)\.gradle
rerun
ionic build
and it worked.
Solution 2:
Works I just removed the .gradle from "C:\Users\name" folder and on the console I ran $ cordova run --devices on git bash and it worked.
Solution 3:
If you're installing only the neccessary sdk tools by hand like me, this did the trick for me:
android update sdk --no-ui--all--filter "extra-android-m2repository"
Post a Comment for "Ionic/cordova Error Code 1, Error Building One Of Platforms"