Tip: This android SDK requires android Developer Toolkit version 21.1.0 or above. Current version is 21.0.1.2012-12-6-2-58. Please update ADT to the latest version. This prompt is due to the SDK version number and ADT version does not meet, will matinee AVD and so on cannot openScenario 1: Updating ADT
Online updates (seemingly the most)
In the Help menu, select Software Update ..., choose the
questions: (1) Eclispe can directly turn off the debug mode? Yes, directly in the XML configuration file, delete android:debug= "true" on the line. Let me explain why: Normally we need to debug when developing the application, so we need to set the current mode to debug mode in the XML configuration file, otherwise it will not be allowed to install on the real machine, and it is not allowed to upload the debug version of the APK when publishing to th
needs rootMethod 1: Start "terminal" in the device (if not, install one on the market), and execute the command in the device terminal:Susetprop service.adb.tcp.port 5555stop Adbdstart adbdConnect the device with a USB cable to the computer, and the phone pops up "developer Authorization" and agrees to remember.To execute a command on your computer:ADB Connect 192.168.199.193ADB devicesIt is convenient to compile and
the connection.
Copy code
ADB Devices
If multiple devices are connected
Copy code
List of devices attached
Ht99xxx99999 Device
Emulator-5554 Device
(6) code signature: Compile the notepad Project (this method only integrates the 1.6 Compilation Program, that is, the -- Target 2 option is used when the notepad project is updated at (2)
Copy code
Cd c:/Android/proj
Recording support: whether the device can record audioHW. audioinput [Yes]: Yes
Audio Playback support: whether the device can play audioHW. audiooutput [Yes]: Yes
SD card support: whether the device supports insertion/removal of virtual SD cards.HW. sdcard [Yes]: Yes
Cache partition support: whether we use a/cache partition on the device.Disk. cachepartition [Yes]: Yes
Cache partition sizeDisk. cachepartition. Size [66 MB]: 100 MB
Created AVD ''
Android automated testing (1) how to install and uninstall an application, android Automation1. android aaptAapt is the abbreviation of android assert packaging tool. With aapt, you can view apk information and list apk Package content.2. monkey runner and chimpchatThe monke
Google has launched a new development tool, Android Studio, at the Google I/O conference. This is a development tool based on the IntelliJ IDE, built using Gradle, I believe that the children's shoes who have done Java know this tool. Today I installed a taste of fresh, open a look in fact and the previous IntelliJ IDE to create the Android project is the same, is to do some simplification. Not much nonsens
Install Debian Linux and R on Android
In fact, through third-party software on the Android tablet, you can already provide many tools similar to General Desktop Linux systems. Common Firefox, VLC, LibreOffice, and terminal simulators all have the Android version. In combination with Busybox, most coreutils tools are av
ant.
Advantage: gradle automatically downloads dependent lib and projects. Unlike ant, you can manually download them one by one android update project before compiling this project. I may not understand it when I learned how to do the demo. When a project has 10 dependencies, I find ant is too troublesome and gradle is very convenient.
Reference: http://tools.android.com/tech-docs/new-build-systemUse commands to compile and package
Author: Liu Hongtao,Hua Qing vision embedded training center lecturer.
Record the setup process of installing the android eclipse development environment for the fs_s5pc100 platform on Ubuntu. Use Ubuntu 10.10.
1. Install JDK
(1) install JDK. bin in the "Linux-android \ toolchain" directory. JDK. Bin is jdk1.5. Jdk1.5
Using Eclipse for Android development, you need to first install the ADT (Android Development Tools) plug-in on Eclipse.
1. Install JDK 1.7
JDK Download: http://www.jb51.net/softs/75615.html, download JDK7 software package, I installed the 1.7.0_55 version. After installing the JDK, configure the JDK environment.
2.
up.)Touch settings»wireless Networks»check the Bluetooth box and go to»bluetooth Settings.From Here-scan for Devices and ELM327 Bluetooth OBD scanner would show up as Either:elm, ELM327, CAN, OBD, etc.When you ' re asked-passcode to pair, enter:6789If "6789" doesn ' t work, then try "1234" or "0000".done!STEP 3: Launch the OBD AppLaunch the OBD app you ' ve downloaded from Google Play store or the Dealer-
-r4.php
Root directory
2. SDK
Http://developer.android.com/sdk/index.html
Linux
Root directory
3. JDK
Sudo add-apt-repository "deb http://archive.canonical.com/natty partner"
// 11.04 is natty. The previous version is changed by yourself. 10.04 is lucid
Sudo apt-get update
Sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk
Java-version
Let's see if it's still open-jdk.
Sudo update-alternatives -- config java
And
Sudo update-alternatives --
set environment variables, with JDK settings, create a new sdk_home, a value of D : \SDK\ANDROID-SDK-WINDOWS-1.5_R3\ANDROID-SDK-WINDOWS-1.5_R3, then find path, plus%sdk_home%\tools in front; It's OK.
Like the JDK, we can also test whether the environment variable is set to succeed, the cmd window to enter Android, a bunch of things, OK complete.
Configuration of
As Windows10 released, Microsoft launched the new Android simulator, which is said to run faster than Google's own simulator! It's worth saying that if you have a Microsoft account you can experience it for 30 days for free.
While Windows 10 was released, Microsoft also had a lot of other work to do, such as the new Android simulator "Visual Studio Emulator for Andro
My is Skyworth's TV, model for 42E750A, with the Android system is not good to use, but also can not install their own software, can only install software mall software. You want to install custom software (like pea pods, pea pods, whatever software you can find in pea pods)Seems to be a very good TV skyworth, in fact,
After entering the new company, the work environment has changed a lot. In the past, we used to develop programs in the Windows environment and did not have much access to the Linux system. There were 6 colleagues in the new project team, ubuntu is a water solution. I can change it to Ubuntu.
I learned Linux for a month when I was programming in C language in Linux. I am familiar with some commands and can fulfill some daily requirements in Linux, I have also set up a development environment for
I learned linux for a month when I was programming in C language in linux. I am familiar with some commands and can fulfill some daily requirements in linux, I have also set up and installed an android development environment. However, after a long time, I forgot all the previous things. Since I didn't record the steps for setting up the environment at that time, I am blind again and have done a lot of effort, after completing the setup, record it and
Four kinds of installation methods:1. System Application Installation-complete on boot, no installation interface2. Network download application installation-completed through market application, no Installation interface3.ADB Tool Installation – no installation interface.4. Third-party application installation-through the APK file installed in the SD card, there is an installation interface, the interface for the installation and uninstallation process is handled by the PACKAGEINSTALLER.APK app
Here's a quick way to keep track of Android installed on your MacFirst of all, download the android SDK here , this is integrated, all the tools are readily available, eliminating the hassle of downloading a bunch of things. The details include the following:
Eclipse + ADT Plugin
Android SDK Tools
Android
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.