Restart your PC press F-10 while your ist screen comes up System Configuration > Virtualization Technology > Change > OK System Configuration > Virtualization Technology For Directed > Change > OK Click top back arrow and save changes press Exit Save Changes > OK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Output : | |
C:\Users\Rida\start_app\android>./gradlew clean | |
'.' is not recognized as an internal or external command, operable program or batch file. | |
Solution : | |
========== | |
How to Configure Gradle? | |
1. Download the zipped file of Gradle from https://services.gradle.org/distributions/gradle-2.8-all.zip. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Advanced System Settings | |
Type advanced system settings in the search box (beside the Windows start button), clicks View advanced system settings. | |
2. Environment Variables | |
Select Advance tab, clicks Environment Variables | |
3. Add JAVA_HOME | |
In System variables, add a new JAVA_HOME variable and point it to the JDK installed folder. | |
Note |