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
cp /usr/share/vim/vim74/vimrc_example.vim ~/.vimrc |
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
adb shell monkey -p com.android.chrome -c android.intent.category.LAUNCHER 1 |
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
echo "*******************************************" | |
echo "********** Uninstalling Open-JDK **********" | |
echo "*******************************************" | |
sudo apt-get purge openjdk-\* | |
echo "***************************************" | |
echo "********** Downloading Files **********" | |
echo "***************************************" | |
wget "http://dl.google.com/android/android-sdk_r22.6.2-linux.tgz" | |
wget "http://dl.google.com/android/ndk/android-ndk-r9d-linux-x86_64.tar.bz2" |
NewerOlder