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
*run gradle with more info | |
Go to your Android project directory to execute the gradle command below:(in linux) windows = gradlew.bat | |
./gradlew assembleDebug --info | |
Note:If you have permission problems while executing the above command,you can use this to deal with it: | |
chmod +x gradlew | |
*gradle version infos | |
./gradlew --version |