We’ve seen many upcoming Android tablets, but apps from the Market were never showcased. Some people tend to think that the apps will look bad in high resolution, so I’ve decided to check it. Below go the screenshots of apps running on Android 1.6 x86 in VirtualBox. Screen resolution was set to 1024×768.
Read more…
If you are interested in writing Android apps, this tutorial is a great place to start:
http://www.vogella.de/articles/Android/article.html
More detailed guide about installing ADB/USB drivers in Windows:
http://theunlockr.com/2009/10/06/how-to-set-up-adb-usb-drivers-for-android-devices/
On Mac, just add path to the SDK to file .bash_profile in your home folder. If you don’t have Path Finder or other file manager that shows hidden files, here is a small guide:
- Extract SDK to your Documents folder, as example.
- Open Terminal from Applications/Utilities.
- In Terminal Type “ls -a” and see if there is a .bash_profile in your home folder.
- If not, type: touch .bash_profile to create this file.
- Now type open -e .bash_profile to open it in TextEdit.
- Add the following line: export PATH=${PATH}:~/Documents/android-sdk-mac/tools
Recent Comments