; Path: the path where the simulator is stored. You must enter the path according to your path ):
Continue entering CD/Java/android-sdk-windows-1.5_r1/tools :( there is a space after CD)
Enter Android and press Enter next to the command.
A bunch of commands are displayed .. Ignore...
Enter
1.2 Device management Tools-Debug Bridge (ADB) 1.2.1ADB IntroductionThe full name of the ADB is Android Debug Bridge, a tool that comes with the Android SDK, which can be used to manage the Android emulator (Emulator) or the real Android device directly.ADB has a lot of func
-There are many ways to build an Android development environment, such as Jdk+eclipse+sdk+adt or jdk+eclipse+ bundled Androidsdk or Android Studio.Google decided to focus on building Android Studio compiler tools. Google terminated at the end of last year to support its eclipse including plug-in ADT. (
applicable on 1.5! However, most operations are the same! Thank you for choosing the forum."Longjiang youth"And"Ah Xing"TwoHero! I will invite you to have a lollipop if you have the opportunity to call the beast..
Tutorial Segmentation At the beginning, we still need to use Win + R , In the pop-up box Input CMD And then the black box will Automatic Pop up! Enter D: [Because the simulator called the beast is placed on disk D,
Android record 17-sdk updates, view the source code in Eclipse, and provide the chm documentation,
Android 17-SDK updates, Eclipse source code viewing, and chm documentation
This blog shares some of the things Android Developers can do to improve development efficiency. Af
Android studio updates the android sdk online. androidstudiosdk
Recently, I was unable to cope with eclipse's "slowness". I was ready to start the Android studio development environment, but it seems that it was not very smooth. I successfully installed Android studio. When
After installing the Android SDK, run the Android SDK Manager "Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list" (the URL part may be different) solution.
Click on the desktop in the lower left corner of the Start menu search, the following path:
until last weekGoogleThe G1 simulator on the PC is provided, and the latest version of the simulator is immediately downloaded.ProgramIt is not possible to open the simulator. (the original documents found on Google and Baidu indicate that the task can be run by double-clicking after download ), after careful comparison, we can find that the currentNetworkThe above information is about the old version of the 1.2 simulator ····
A few days ago, I realized that the new version of
shell mount-o rw,remount yaffs2/system 2 RunBaidu One key root click on a button root is OK.Now the problem is that you have to repeat one of these two steps each time you start. If you want permanent root, you'll have to change system.img.Path in: android-sdk\system-images\android-16\default\armeabi-v7aThe first step: There's a file under this directory Build.p
School Summer homework lets use Android to write an app, there are two options (Android STDUIO+SDK and ECLIPSE+JDK+ADT+SDK) for a few days to find out or the latter is useful, but the installation environment and download really go to Half life, (but because Eclipse is open source , the configuration is not deleted on
1. This tutorial resolves the possibility of entering ADB in the command or prompting for errors after you have configured the environment variables for the Android SDK. Now provide you with the latest solution, this method can also solve the latest CentOS 6.5 version2. This tutorial supports the latest java8, and this is an example.Tools/Materials
Java8
Command Line decompilation re-packaging and command line Decompilation
1. Download apktool
Download these two files and put them in the same folder;2. decompile apk
Put the decompiled apk file into the ApkTool folder, run cmd, and enter the ApkTool folder. type the following com
/tools:/usr/local/Android-SDK-Linux/platform-tools: $ path
This step is OK. log out of the user and enter Java-version in the terminal,
If you see this, it indicates that the installation is successful. Don't worry. First, write an example to test it:
Create the file hello. Java in the/home/AND/directory. open the file and enter the following content:
public class Hello{ public static void main(String
{PendingIntent. getBroadcast (This,0, GpsIntent,0). Send ();}Catch(CanceledException e ){E. printStackTrace ();}}}
The above Code uses the Widget plug-in provided by the Android platform to manage various switches. A gps switch is implemented. If the current GPS is off, turn it on; if the GPS is on, turn it off.
You may have noticed that the first line in the function body comments "when the
If you do not use Eclipse, if you use other ides, or use text editing tools and command line tools), The Eclipse plug-in will not help you. The Android plug-in Eclipse environment is tightly integrated with a set of Android SDK tools, such as simulators, aapt, adb, ddms, and
References
Article To set up Android simulator Env.
The new SDK 1.5 requires an android Virtual Device ("AVD") runtime environment before starting the simulator.The following are the specific steps:
Download Android 1.5 SDK r1Download
CentOS7 use the yum command to install Java SDK
CentOS 6.X and 7.X come with OpenJDK runtime environment (openjdk ). It is an open-source Java platform on linux.
Installation Method:
1. Enter the following command to view the list of available JDK software packages;
Yum search java | grep-I -- color JDK
2. install java sdk
The Android SDK contains a variety of customization tools, as follows:Android Emulator (Android Emulator)It is a virtual mobile device that runs on your computer. You can use the simulator to design, Debug and test your application in an actual Android run environment.Android Debug Bridges (
.
II:What are the main functions of ADB?
1: view the status of the current simulator or Android device instance
The adb devices command is usually used to view the status of the simulator before use. The ADB response information is obtained through this command, and the ADB response information is displayed.
1.1: emulator-5554 is the Instance name
1.2: device i
the JDK installation was successful.Configuration of the SDK environment variables:(1) in " System Variables ", " new ", the variable named "sdk_home", " variable Value " entered the SDK installation directory (the SDK installation directory has the tools directory, Extras directories and Platfroms directories, etc.);(2) Add the value of the Path variable:%sdk_h
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.