Confirmed users
905
edits
Line 160: | Line 160: | ||
* it is also a good idea to add the lines in the .profile file found in /home the command to make android sdk available from anywhere | * it is also a good idea to add the lines in the .profile file found in /home the command to make android sdk available from anywhere | ||
export PATH=$PATH:/home/<user>/android-sdk-linux/platform-tools:/home/<user>/android-sdk-linux/tools | export PATH=$PATH:/home/<user>/android-sdk-linux/platform-tools:/home/<user>/android-sdk-linux/tools | ||
=== Change permissions for SDK and NDK === | |||
* Change the permissions for both sdk and ndk folders to make sure they can be accessed from anywhere | |||
chmod 0777 -R sdk_or_ndk_dir | |||
== Create .mozconfig files == | == Create .mozconfig files == |