<< < 2 3 4 5 6 7 8 >   ∑:192  Sort:Rank

Listing Target Android Platforms
This section provides a tutorial example on how to list all available target Android target platforms with the 'android list targets' command.
2022-03-08, 363🔥, 0💬

Launching Android Emulator in AVD Manager
This section provides a tutorial example on how to launch an Android emulator with the Android Virtual Device (AVD) created in the AVD Manager.
2022-03-07, 262🔥, 0💬

Installation of Android SDK R24 and Emulator
This chapter provides tutorials and notes on installation of Android SDK R24 and emulator. Topics include downloading and installing Android SDK R24; installing Android latest platform; creating Android virtual device; running Android emulator; running emulator's built-in Web browser.
2022-03-04, 536🔥, 0💬

Installing Android Platform 4.0.3 and Libraries
This section provides a tutorial example on how to install Android platform libraries and tools using Android SDK Manager.
2022-02-28, 272🔥, 0💬

x86 Emulation Requires Hardware Acceleration
This section provides a tutorial example showing the error of 'x86 emulation currently requires hardware acceleration!' when starting an Android emulator, if the AVD is created to simulate Intel x86 CPU.
2022-02-28, 229🔥, 0💬

Android Emulator Starting Screens
This section provides a tutorial example on how to unlock the starting screen of an Android emulator by 'Swipe' up the lock icon.
2022-02-27, 337🔥, 0💬

Android Emulator Built-in Apps and Widgets
This section describes the built-in apps and widgets provided in an Android emulator generated from Android SDK R24.
2022-02-26, 335🔥, 0💬

Running Android SDK Manager R24
This section provides a tutorial example on how to run Android SDK Manager R24 to see what additional tools and libraries that are available from the Android developer center.
2022-02-25, 317🔥, 0💬

Verifying Android Platform Installation
This section provides a tutorial example on how to verify Android platform installation using the 'android' tool provided in the Android SDK starter package.
2022-02-24, 227🔥, 0💬

Android Emulator for Google Watch
This section provides a tutorial example on how to create and run an Android Emulator for Google watches.
2022-02-24, 401🔥, 0💬

Creating Android Virtual Device (AVD)
This section provides a tutorial example on how to create an Android Virtual Device (AVD), which is an emulator configuration that lets you to model an actual Android device.
2022-02-22, 259🔥, 0💬

HAXM - Hardware Accelerated Execution Manager
This section describes what is HAXM (Hardware Accelerated Execution Manager) and how to install it. HAXM requires Virtualization Technology (VT) to be enabled in the BIOS setup.
2021-12-26, 352🔥, 2💬

"dx.bat --dex" Command - Converting .class Files into .dex File
This section describes the 'dx.bat --dex' command that can be used to convert Java byte code (.class) files into a Dalvik executable (.dex) file.
2021-09-12, 1015🔥, 1💬

💬 2021-09-12 Ok: Ok

Downloading and Installing Apache Ant 1.9
This section describes how to download and install Apache Ant 1.9.5 on a Windows system. Apache Ant is a popular Java application build tool that allows you to automate the Java application build process.
2021-05-29, 2280🔥, 1💬

💬 2021-05-29 venkat: thanks

Using "adb logcat" Command for Debugging
This chapter provides tutorial notes on the 'adb logcat' command. Topics include using 'adb logcat' command options and arguments; viewing log buffers: main, events, and radio; creating rotated log files; control log format as 'brief' or 'long'; filtering out log entries by priority and process tag;...
2020-12-14, 8176🔥, 3💬

💬 2018-10-11 Jose: Tanks

Android Command Line Tools
This section provides a list of commonly used Android command line tools that can be executed on the Bourne shell.
2020-06-03, 1793🔥, 2💬

💬 2020-06-03 Herong: Amit, looks like only 3 out of 500 events failed. It could be a result of events being injected randomly and jamming the input p...

💬 2020-05-30 Amit: Can you please shed some light on the // Injection Failed errors you are seeing while running monkey test. Are those normal?

Developing First Android Application - HelloAndroid
This chapter provides tutorial notes on developing the first Android application. Topics include creating Android projects using the 'android' command; modifying Java source code; building and installing binary packages of Android projects.
2019-12-08, 480🔥, 2💬

💬 2019-12-08 Herong: Sandeep, can you share some of those changes with us? Thanks.

💬 2019-12-07 Sandeep Srivastava: Nice blog. I have made various apps with the above platforms but now they need some changes. Have you checked out Appcode India?

"adb -d install" Command Options
This section provides a tutorial example on how to use 'adb -d install' command options. '-r' is to reinstall an application without uninstall it. '-s' is to install an application on the SD Card instead of the internal memory.
2019-12-02, 2240🔥, 2💬

💬 2019-12-02 Herong: "adb" command installs apps from your PC to the phone, not from the SD card.

💬 2019-12-01 person353: adb wont let me SD install anything

Archived: Downloading and Installing Android SDK R17
This section provides a tutorial example on how to download and install Android SDK (Software Development Kit) Revision 17 on Windows systems.
2019-09-13, 593🔥, 2💬

💬 2019-09-13 Carlos: tnx

"adb install" and "adb uninstall" Commands
This section describes 'adb install' and 'adb uninstall' commands that allows you to install an application APK package and uninstall it on the connected emulator or device.
2019-02-12, 7464🔥, 4💬

💬 2019-02-12 jack: thanks.

💬 2017-04-15 Herong: Joy, If you want to close the command prompt window, just click the "x" on the top right corner of the window. Did you successfu...

💬 2017-04-13 Joy Walter: I have tried the above but the Command Prompt window opened by Android SDK still exists. I am trying to uninstall, can you help?

💬 2016-03-11 Unknown: Thanks

saveWebArchive() Method - Saving Web Archive Files
This section provides a tutorial example on how to use the saveWebArchive() method to save Web page content in WebView to Web archive files in the application's files folder.
2017-11-05, 2474🔥, 2💬

💬 2017-11-05 Herong: Igor, the API document is not very clear if saveWebArchive() is asynchronous method or not. But you can write some print stateme...

💬 2017-11-02 Igor Ganapolsky: Does `saveWebArchive()` have to be done asynchronously on a non-ui thread?

Commands and Options Supported by "adb"
This section describes commands and options supported by the 'adb' tool. The 'adb help' command can give you details on how to use other 'adb' commands and options.
2017-08-05, 3828🔥, 2💬

💬 2017-08-05 Herong: What is the -obb you are referring to?

💬 2017-08-03 AndroidUser: -obb doesn't work 1.0.31,32

"adb logcat" Command Options and Log Buffers
This section describes the 'adb logcat' command options to dump and manage log buffers: main, events, and radio. An example is given to dump logs into a set of rotated log files.
2017-07-11, 8112🔥, 2💬

💬 2017-07-11 Rajaneesh Singh: Rajaneesh Singh

Downloading and Installing from "Play Store"
This section provides a tutorial example on how to download and install applications from Google's 'Play Store'. Read permissions requested by the application carefully before using the application.
2017-02-21, 543🔥, 2💬

💬 2017-02-21 Herong: abdulhaddi, can you write your question in English?

💬 2017-02-17 abdulhaddi: Mere mobail me playstor nahi chal raha or whatsup.imo.youtube.facebook.messeng erye sab download nahi ho rahe plz help

<< < 2 3 4 5 6 7 8 >   ∑:192  Sort:Rank