Forked from lirantal/Ionic 2 - Android setup for Ubuntu 16.04
Last active
May 8, 2017 06:30
-
-
Save dev-ext/150143d12ea6fb92508c9325c6fe4b45 to your computer and use it in GitHub Desktop.
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
export PATH=${PATH}:~/Android/Sdk/tools | |
export PATH=${PATH}:~/Android/Sdk/platform-tools | |
export PATH=/home/prosenjit/android-studio/gradle/gradle-3.2/bin:$PATH | |
## make sure permission for sdk | |
## sudo chmod -R 777 ~/Android | |
## Make sure permission for platform | |
## sudo chmod -R 777 /platform/android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment