Saturday, June 23, 2012

howtos


I would like to use this page to keep it populated with tons of useful howtos


  • Virtual Machine and infrastructure

Android Development using Eclipse


  • Setting up Android Development Env on Window system
    • Tips
      • When you setup the Android Emulator - AVD as described in the steps given in build your first app, you might run into a problem below when you create the AVD
        • "Unable to find a 'userdata.img" file for ABI armeabi to copy into the AVD folder" 
        • To solve this, you would need to install the package "ARM EABI * System Image" from Eclipse-->Window-->Android SDK Manager ; Basically this sets up your system target CPU ISA to ARM, letting you run your app on ARM target for android.
        • When you do that, it would also give you an option to install "Intel x86 Atom System Image". Doing so would let you run your emulator for Intel Atom target for Android
      • Since I have Android 2.1 phone where I want to test my app, I am also downloading Android 2.1 (API7) which I can use to develop an app that runs on Android 2.1