Changes

Jump to: navigation, search

CoursAndroid1

168 bytes added, 20:18, 18 July 2012
/* SDK Setup */
* Download the SDK for your plateform http://developer.android.com/sdk/index.html
** Extract in /opt/android-sdk for example
** Correct the sdk permissoins
sudo find /opt/android-sdk -type d -exec chmod 0755 '{}' \;
sudo find /opt/android-sdk -type f -perm /o=rwx -exec chmod 0755 '{}' \;
** Add the tools to your path
export PATH="$PATH:/opt/android-sdk/tools:/opt/android-sdk/platform-tools"
ControlGroup, administrator
4,221
edits