First, download the tools that need to be used:(1) Download Java IDE Development tools –eclipseDownload the latest Windows version of Ecplise for Java EE to the Eclipse official website(2) Download Java Development Kit-java SE Development Kit (JDK) JDK 6Download JDK6 to the Sun official website and choose JDK 6 Update 12(3) Download Android Development Kit-android SDKTo Google's official web site to downloa
BackgroundI believe you are no stranger to Android studio, Android Studio is Google I/O Conference for Android Development of new development tools, many open-source projects are already in use, Google's update speed is also very fast, Clearly feel that this is the future of Android development, then we have no reason
When the Android SDK is installed, it does not mean that you have installed the emulator. There are multiple versions of the Android system, so we need to select a version to install.Section III Installing the Android emulatorI'm taking the Android 4.4.2 version here for example.For example, tick the tools you need to
1. Online updateAs Android Studio becomes more sophisticated and popular, it is becoming the top choice for Android developers, both in terms of functionality and performance. But because 墙 of all the well-known reasons, when we update in Android Studio, we will not be able to update:At this point, either go to the official website to download the latest
Problem descriptionAndroid Studio 1.5 is currently the latest Android mobile app development platform, after downloading the bundle version installed, the "SDK manager:failed to install" issue appears after starting Studio. Detailed information is as follows: android SDK was installed to \ c USERS\JACK\APPDATA\LOCAL\ANDROID
Android studio uses configuration for the first time (2) create a project and install the Genymotion simulator androidgenymotion
[Development Environment]
Physical server version: Win7 flagship edition (64-bit)
Android Studio version: official version 1.1
1. Create a project:
1. Create a Project:
Open Android Studio a
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
Android Studio is a brand new Android Development Environment Based on IntelliJ IDEA. similar to Eclipse ADT, Android Studio provides integrated Android development tools for development and debugging. Based on IDEA, Android Studio provides:
Gradle-based construction suppo
Install and configure genymotion, the strongest Android Simulator
Android Developers know that native simulators are slow to start and are not easy to operate, and there may be inexplicable problems. Of course, many people will choose to use the android mobile phone for development, but sometimes the mobile phone is no
In ubuntu, the apk software was installed on the android virtual machine for android development in the window some time ago. you can use the adb command to install the apk software on the android virtual machine. during this time, it was transferred to linux, I am using ubuntu. after setting up the
1. Send messages through the Intent message mechanism and call the system application to install/uninstall the apk.(1) Call the system installation application to enable the system to automatically install the apk
String fileName = "/data/com. zlc. ipanel. operate/FileOperate.apk ";Uri uri = Uri. fromFile (new File (fileName ));Intent intent = new Intent (Intent. ACTION_VIEW );Intent. setDataAndType (uri, "
Long time no update, the recent phone on the alarm clock app does not have a good, so want to write a.The Android development environment is set up, so be careful to install the JDK first.1. Install Android StudioGoogle's Android development site has a Chinese version, witho
1. JDK is Java development Kit,java Development KitEzgo11 is already pre-installed and configured with the JDK, so there is no need to download the installation or configure the environmentVerify: Open terminal$ java-version2. Installing the SDKAndroid SDK, the Android software development kit,android Software Development Kit. : Get Android SDKHere I am download
By default, there is no market in the android simulator, so by default, there is no way to download rich software from the market in the simulator. So we need to find a method to install it on the simulator.
First, prepare three market-related APK files.
Googleservicesframework.apk download link http://download.csdn.net/source/3266099
Vending.apk download link http://download.csdn.net/source/3266202
Market
We have previously told you about the "Quick Start Eleven Tips for Android 2.2 Development Beginners". Google's current general version is Android 2.2, codenamed "Froyo". This version has made great progress. I have read enough related articles. Why don't you try it yourself?
Android SDK tested by developers
Previously, a Nexus One user reported to us that Froyo
There are two ways to install APK on the Android emulator or on a real computer using the command lineOne is using the adb install command, which is usually the way onlineThe other is the command provided via Android, PM install.Need to go to Android command line first: adb
Install android NDK in linuxCompile JNI. If no NDK is available, an error occurs.Error: Execution failed for task': app: compileDebugNdk '.> NDK not configured.Download the NDK from http://developer.android.com/tools/sdk/ndk/.Then add ndk. dir = path/to/ndk in local. properties.(On Windows, make sure you escape backslashes, e.g. C: \ ndk rather than C: \ ndk)Official website, with a wall, it is best to buil
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.