This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
mobile_computing2 [2011/06/26 10:26] bhuvan |
mobile_computing2 [2018/03/24 11:13] (current) |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ==To run the example apps== | ==To run the example apps== | ||
| - | Download the apks form the following link | + | Download the apks form the following links\\ |
| - | enter the ip address in the browser and click packages link | + | Enter the ip address in the browser and click packages link |
| - | *CBIT | + | |
| - | 172.16.1.2 | + | |
| - | *MGIT | + | |
| - | 172.16.1.24 | + | |
| - | go to the android-sdk-linux_x86/tools/ | + | CBIT 172.16.1.2 \\ |
| - | give the command | + | MGIT 172.24.1.24 |
| - | $./android | + | |
| - | once you see the AVD manager | + | |
| + | go to the android-sdk-linux_x86/tools/\\ | ||
| + | give the command\\ | ||
| + | $sh android\\ | ||
| + | |||
| + | ==once you see the AVD manager== | ||
| click Virtual devices which is the first option on left side of the windows. | click Virtual devices which is the first option on left side of the windows. | ||
| select new AVD (Android Virtual Device) on the right side. | select new AVD (Android Virtual Device) on the right side. | ||
| give any name | give any name | ||
| - | select the target as 2.2 or anything below 3.0. | + | select the target as 2.2. |
| - | select sd card size 100 MB | + | |
| select skin > Built in as HVGA | select skin > Built in as HVGA | ||
| click the button that say's create AVD. | click the button that say's create AVD. | ||
| once you are done creating the AVD. select it and click Start on the right side. | once you are done creating the AVD. select it and click Start on the right side. | ||
| + | You will get another window in which you have to click the launch byutton | ||
| Wait till you see the home screen. | Wait till you see the home screen. | ||
| once you see the home screen go back to the terminal and go to this path. | once you see the home screen go back to the terminal and go to this path. | ||
| Line 54: | Line 54: | ||
| Now you should not see any error. | Now you should not see any error. | ||
| + | |||
| + | Once you are done with importing the packages right click on the package and select run > android application. | ||