Changes

Using and Configuring the Android Studio AVD Emulator

18 bytes added, 20:54, 7 January 2019
Drag and Drop Support
[[Image:as_3.2_avd_cold_boot_now.png]]
== Drag Drag and Drop Support ==
An Android application is packaged into an APK file when it is built. When Android Studio built and ran the AndroidSample app created earlier in this book, for example, the application was compiled and packaged into an APK file. That APK file was then transferred to the emulator and launched.
[[Image:as_3.0_avd_install_apk.png]]
Once the APK file installation has completed, locate the app on the device and click on it to launch it.
In addition to APK files, any other type of file such as image, video or data files can be installed onto the emulator using this drag and drop feature. Such files are added to the SD card storage area of the emulator where they may subsequently be accessed from within app code.
== Configuring Fingerprint Emulation ==