How To Uninstall .APK Files From Android SDK Emulator

To Uninstall a .apk file is a lot easier than installing it. Open your Android SDK emulator and follow these instruction to Uninstall the application installed on your Android emulator. Let us suppose that we have already installed a Sudoku application, as given in installation tutorial, and we want to uninstall it. It can be done in the following methods:- Continue reading

By tanmay9991

How To Install .APK Files On Android SDK Emulator

In this tutorial we are going to learn how to install any given Android application in Android emulator using .apk” files.

Follow the instructions with SCREENSHOTS of the Android emulator. All you need is just the Android SDK platform with JDK or JRE (software development kit, with emulator) and .apk files. There is no need to install Eclipse or Netbeans SDK, to work with APK files . An .apk file extension denotes an Android Package (APK) file. This file format, a variant of the JAR format, is used for the distribution and installation of bundled components onto the Android mobile device platform. Continue reading

By tanmay9991