Structure Query Language, C programming, Java, Servlet, Jsp, Unix

Thursday 4 October 2012

How To Install APK file in AVD(Android Emulator)


1. Open AVD. when AVD is completely open then follow these
2. Download adb installation file from here.
3. Extract all this file to C:\Android\android-sdk-windows\tools
4. Copy soft.apk file in C:\Android\android-sdk-windows\tools

5. Now open cmd prompt [type cmd on run windows(win+R)].
6. Type "cd C:\Android\android-sdk-windows\tools" without quotes
7. Type adb install soft.apk

8. Wait until file installs successfully
9. Now your android application lists in AVD menu.

2 comments:

  1. Don't misunderstand me, this is a really good guide but it's too outdated, because no one use such an old version of Android. If you're looking for a modern guide - visit http://removalbits.com/ and find it!

    ReplyDelete