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

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, 1607🔥, 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, 1499🔥, 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...

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, 1331🔥, 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, 1327🔥, 1💬

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

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, 1276🔥, 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?

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, 1259🔥, 1💬

Android Emulator for 7 Inch Tablet
This section provides a tutorial example on how to create and run an Android Emulator for 7 inch tablets.
2022-08-28, 1249🔥, 2💬

💬 2022-08-28 Payton: This is amazing! You are awesome!

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, 1242🔥, 0💬

"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, 1158🔥, 0💬

"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, 1129🔥, 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"

"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, 1010🔥, 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, 987🔥, 1💬

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

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, 929🔥, 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.
2022-12-20, 819🔥, 2💬

💬 2022-12-20 Jeremy: Thanks

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, 740🔥, 3💬

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

💬 2021-06-14 yuguangzhou: use ant

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, 730🔥, 0💬

Viewing LG Android USB Device in Control Panel
This section provides a tutorial example on how to view the LG Android USB device in Windows Control Panel and see its detailed properties.
2017-01-09, 644🔥, 1💬

💬 2017-01-09 beto: congratulations

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

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

💬 2019-09-13 Carlos: tnx

WebViewClient Subclass - Content Rendering Callbacks
This section provides a tutorial example on how to implement a subclass of android.webkit.WebViewClient with callback methods to interface with the rendering process of the WebView content.
2015-11-27, 563🔥, 1💬

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, 562🔥, 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

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, 561🔥, 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, 549🔥, 0💬

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

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