You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
Status: Offline
Joined: Apr 18, 201212Year Member
Posts: 767
Reputation Power: 33
Sean wrote I made it my challenge to get it running on Linux.
What i did.
Installing the below is only done once it's not as scary as it looks.
1)Run in Terminal
sudo apt-get install openjdk-7-jre openjdk-7-jdk icedtea-7-plugin
2)Run this in Terminal
wget http://dl.google.com/android/android-sdk_r21.1-linux.tgz
3)Run this in Terminal to extract the downloaded file
tar -xvzf android-sdk_r21.1-linux.tgz
4)then
cd android-sdk-linux/tools/
5) Then./android
You should get the below click install far right
[ Register or Signin to view external links. ]
Once you get the message saying the SDK and AVD are updated
6) Go back into Terminal and run from home
gedit ~/.bashrc
Copy and paste the below into the file like so and save
7)
export PATH=${PATH}:~/android-sdk-linux/tools
export PATH=${PATH}:~/android-sdk-linux/platform-tools
[ Register or Signin to view external links. ]
Once this is done Restart Linux.
Now you have the SDK installed use terminal and put in
this will start the SDK you can make a launcher if you want.android avd
Click New and use the settings i have
[ Register or Signin to view external links. ]
Click the new item and hit start
Once it loads up you should have a screen that looks like a phone (android sdk)
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
It Actually Worked!
Thanks Alot
- 1useful
- 0not useful
#12. Posted:
Status: Offline
Joined: Sep 25, 201311Year Member
Posts: 1
Reputation Power: 0
Status: Offline
Joined: Sep 25, 201311Year Member
Posts: 1
Reputation Power: 0
Mine is just Sitting on Downloading runtime Data
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.