Android Studio 1.4 Those toss-minimum SDK version tips cover phone percent
The beautiful Life of the Sun Vulcan (http://blog.csdn.net/opengl_es)
This article follows "Attribution-non-commercial use-consistent" authoring public agreement
Reprint Please keep this sentence: Sun Vulcan's Beautiful Life-this blog focuses on Agile development and mobile and IoT device research: IOS, Android, HTML5, Arduino, Pcduino , Otherwise, the article from this blog refused to reprint or re-reproduced, thank you for your cooperation.
, that percentage:
This is the opportunity coverage for application support developed by selecting the current minimum SDK version 4.0.3.
With a line of blue words underlined "help me Choose", click on it to eject the following full version of SDK model coverage:
In addition, since Android Studio uses Gradle to solve dependencies, compilations, etc., it uses a shared Repository center library with Maven, so there are no ladders that may not be accessible, resulting in more than N problems with the project.
Again, using Eclipse + ADT 23.06, open the layout file, will prompt "This version of the rendering library are more recent than your version of ADT plug- In. Please update ADT plug-in ", and the latest ADT on the Android website is 23.06, web-check, said to need to update the Eclipse ADT plugin:
In Eclipse,help-> Install New ... Open and enter the following url:https://dl-ssl.google.com/android/eclipse/, display the ADT plug-in is the latest 23.0.7, and then update it.
(There is a ladder locally, so set up the Eclipse agent in the native 127.0.0.1 1080, remember to bypass address 127.0.0.1 removed, because I use the machine as a proxy)
After the update is complete, the long-lost graphical interface appears:
Let's go back to Android Studio 1.4, from the download after installation of a meal without words, to no paragraph groping, solve, feeling feet or good.
When selecting the Minimum SDK version, create the project, Gradle a burst of processing, the last hint of two errors, one is the Android SDK build tool is missing 19.x, this is the 4.0.3 corresponding building tools, because Android Studio directly download is 6.0,GR Adle can not solve this problem, then continue to download Android Studio corresponding tools, remember not to mix with Eclipse SDK.
I still like to use the SDK Manager to find the link open in it?
This issue does not exist when installing Android SDK Build Tools 19 is selected here.
There is also a junit package problem, follow-up.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced. Reprint Contact QQ 30952589, add friends please indicate.
Android Studio 1.4 Those toss-minimum SDK version tips cover phone percent