Welcome to a real coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Login to join a coding world. Developer Helpline is an open community for anybody that codes. We assist you get answers to your hardest coding questions, share information along with your associates.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Could not find an installed version of Gradle either in Android Studio, or on your system to install the gradle wrapper. Please include gradle in your path, or install Android Studio
Mohit Vishwakarma
error :- Execution failed for task ':app:processDebugGoogleServices'. solution:- cordova plugin add cordova-support-google-services --save And than put inside config.xml <platform name=“android“> <resource-file src=“google-services.json“ target=“app/Read more
VS Code error: ‘ionic’ is not recognized as an internal or external command, operable program or batch file.
Mohit Vishwakarma
error:_icannot be loaded because running scripts is disabled on this system :- soloution:- Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted