< 1 2 3 4 5 6 7 > >>   ∑:192  Sort:Date

About My Samsung Galaxy Tab 3 Mini Tablet
This section provides a tutorial example on how to view basic information on a Samsung Galaxy mini tablet, running Android 4.4.2.
2015-10-02, ∼1806🔥, 2💬

💬 2015-09-30 Herong: Antonia, you are welcome. Google translation of your comment: "As I can keep my current Minitab. Thank you."

💬 2015-09-29 Antonia Hernandez: Como puedo mantener mi minitab actualizada. Gracias

Android Debug Bridge (adb) Tool
This chapter provides tutorial notes on the Android Debug Bridge (adb) tool. Topics include quick introduction of Android Debug Bridge (adb); using 'adb install/uninstall' commands to install applications; using 'adb shell' command to manage the device; using 'adb push/pull' commands to copy files.
2016-05-05, ∼1745🔥, 1💬

💬 2016-05-05 lg: Please update the form and submit it again.

Connect tablet to Computer using Bluetooth
This section provides a tutorial example on how to connect an Android tablet to a Windows computer using Bluetooth radio. Once connected, you can transfer files between the tablet and computer.
2016-01-16, ∼1563🔥, 2💬

💬 2016-01-16 Herong: Trudy, I am planning to upgrade my Windows 8 to 10. Once upgraded, I will test the Bluetooth connection again and let you know t...

💬 2016-01-14 Trudy Dishmon: That would be great if it worked. My new 2 in 1 windows 10 is asking for a code number that my Android 10.1 has never needed a c...

"dalvikvm" Command to Run Java Application
This section provides a tutorial example on how to use 'dalvikvm' command line tool to run a Java application on the Dalvik VM (Virtual Machine).
2022-10-01, ∼1522🔥, 0💬

Android Emulator Built-in Web Browser
This section provides a tutorial example on how to use the Android emulator's built-in Web browser to visit a web page. You need disable the cable LAN driver, if you are using Wi-Fi.
2022-04-13, ∼1486🔥, 2💬

💬 2022-04-13 Herong: 32-bit laptop seems to be very old. You should get a new computer.

💬 2022-04-12 Kiprotichronoh: My question is this ,,, can a 32 bit laptop support both android studio and and a separate android simulator?

What Is Android Debug Bridge (adb)
This section describes the Android Debug Bridge (adb) tool, which allows you to manage an Android emulator or connected Android device like install application APK files.
2016-01-28, ∼1429🔥, 6💬

💬 2016-01-28 Herong: Xeni, can you find out the name of the directory where Android SDK is installed?

💬 2016-01-28 Xeni: yes, I know. It is in a special folder on Disk C.

💬 2016-01-27 Herong: Xeni, I think the issue you had was caused by the installation location of the Android SDK. Do you know in which directory your ...

💬 2016-01-27 xeni: Thank you for quick response. I have got: Windows_NT

💬 2016-01-27 Herong: Xeni, Can you type in the following and see what you are getting: echo %OS%

(More comments ...)

Setting up Gmail Access on Android Phone
This section provides a tutorial example on how to set up Gmail access on Android phones: 'Settings' &gt; 'Account and sync' &gt; 'Add account'.
2015-08-15, ∼1370🔥, 1💬

💬 2015-08-15 nicholas patterson: It is a great day

Android Command Line Shell
This chapter provides tutorial notes on Android command line shell. Topics include introduction of Bourne Shell; Unix/Linux command line programs; Android command line tools; running Java application on Dalvik VM.
2017-01-20, ∼1366🔥, 1💬

Running "adb" on USB Debugging Interface
This section provides a tutorial example on how to run 'adb' commands on Samsung Android mini tablet through the USB debugging interface. 'adb -d' is to run commands on the USB connected Android device. But if there is only 1 device, '-d' option is not needed.
2022-10-01, ∼1344🔥, 0💬

Downloading and Installing Android SDK R24
This section provides a tutorial example on how to download and install Android SDK (Software Development Kit) Revision 24 on Windows systems.
2025-01-01, ∼1207🔥, 3💬

💬 2025-01-01 Vz: Thnaks

💬 2022-12-20 Jeremy: Thanks

"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, ∼1193🔥, 1💬

💬 2021-09-12 Ok: Ok

Android File Systems
This chapter provides tutorial notes on Android file systems. Topics include introduction of Android 5.1.1 emulator file systems.
2015-12-12, ∼1172🔥, 1💬

💬 2015-12-12 Bob: Thanks very much for your work!

"aapt package" Command - Resource Code Generation
This section describes the 'aapt package' command to perform the resource code generation step in the Android project build process. The main output is the R.java file in the .\gen folder.
2016-02-27, ∼1168🔥, 2💬

💬 2016-02-27 Herong: Hashim, I don't have any videos on "aapt package" at this moment. If anyone has any, please help.

💬 2016-02-26 Hashim km: could you please provide us some videos regarding "aapt package"

Installing Android PDF Viewer APK File
This section provides a tutorial example on how to install the Android PDF Viewer APK file to the Android emulator using the 'adb' tool provided in the SDK package.
2022-10-01, ∼1049🔥, 0💬

onCreate() and Other Callback Methods
This section describes activity callback methods: onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroyed(), and onRestart().
2022-10-01, ∼1001🔥, 0💬

System.getProperties() - Retrieving System Properties
This section provides tutorial example on how to use the java.lang.System.getProperties ()method to retrieve and display Android system properties.
2022-10-01, ∼913🔥, 0💬

Installing Apache Ant 1.9 on Windows System
This chapter provides tutorial notes on installing Apache Ant on Windows systems. Topics include downloading and installing Apache Ant 1.9.5; Ant build process preparation; creating an example Ant build file.
2023-08-08, ∼846🔥, 3💬

💬 2023-08-08 foadtul bahari: bagaimana nak install

💬 2021-06-14 yuguangzhou: use ant

Android 4.0.3 Emulator File Systems
This section describes file systems used by the Android 4.0.3 emulator system. 8 file systems are supported in the Android emulator: /dev, /mnt/asec, /mnt/obb, /system, /data, /cache, /mnt/sdcard, and /mnt/secure/asec.
2016-03-08, ∼754🔥, 1💬

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, ∼746🔥, 2💬

💬 2019-09-13 Carlos: tnx

System.getenv() Method - System Environment Variables
This section provides tutorial example on how to display system environment variables using the java.lang.System.getenv() method.
2022-10-01, ∼734🔥, 0💬

"adb logcat" Command Arguments - Output Filters
This section describes how to use the 'adb logcat' command arguments to filter out unwanted log entries. 'adb logcat dalvikvm:V *:S' means dump all log entries from the Java Virtual Machine, dalvikvm, and nothing from all other processes.
2022-10-01, ∼730🔥, 0💬

Java Exceptions in AndroidRuntime Error Log
This section provides a tutorial on how use the 'adb logcat' command to retrieve Java exceptions from the AndroidRuntime error log entries.
2022-10-01, ∼728🔥, 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, ∼722🔥, 0💬

Android Application Package (APK) Files
This chapter provides tutorial notes on Android application package (APK) files. Topics include introduction to APK file; packaging application files into a single APK file; using 'adb' command to install APK files; using 'adb' command to copy file to Android emulator.
2022-12-10, ∼721🔥, 4💬

💬 2022-08-04 Eddie S: Very Useful! You may also be interested in: APK MODS

💬 2022-08-04 Eddie Stallings: Infromative! Download Android apks here: droidmods.co

< 1 2 3 4 5 6 7 > >>   ∑:192  Sort:Date