Android Studio (I/O Preview) usage problem records

Source: Internet
Author: User
  • Before win7_64, I installed eclipse and ran the android project. After downloading the EXE file on the official website, it can be started normally.

However, you still cannot download sdks of other versions after you start SDK manager.

The method is to set the SDK manager.exe file under the c: \ Program Files (x86) \ Android-studio \ SDK \ tools \ lib directory

Copy to c: \ Program Files (x86) \ Android-studio \ SDK

  • Import the android project of eclipse, and some lib needs to be re-imported...

  • In addition, some netizens introduced several concepts:

The project in Android studio is equivalent to the workspace in eclipse.

The module in Android studio is equivalent to the project in eclipse.

A new project cannot be created in an existing Directory.

Create a module in an existing project.

  • One problem is that there may be errors such as the invalid Java character \ 65279 when importing the project created by the original eclipse.

Follow the online method to select the Java compiler in the setting project as Eclipse

The problem persists. It seems that the idea version is 12 + and you need to use NotePad to convert. Java to the UTF-8 without BOM format.

Then there will be no problem. The simulator can also be used up, and when studio selects the simulator, It is set before eclipse, and there is no need to reset it.

It's coincidental that both eclipse and studio can share simulators...

This development environment can inherit the shortcut keys of Eclipse, or it will take a long time to learn...

  • Install it on ubuntu12.04 64 (the eclipse environment has been set up before, and complicated issues such as the 32 library have passed). The problem of not loading gradle-1.6-bin.zip is found.

I am http://stackoverflow.com/questions/16585869/android-studio-error-installing-gradle in this post

Find a method

  1. Download gradle directly from http://services.gradle.org/distributions/gradle-1.6-bin.zip
  2. Copy the contents of gradle-1.6 to \ Android-studio \ plugins \ gradle
  3. Copy gradle. jar to \ Android-studio \ Lib \
  4. Restart Android Studio

The gradle-1.6-bin.zip has
A folder gradle-1.6. I copied the contents of that folder (bin, init. d, Lib, media) to the plugins \ gradle folder in the android studio folder. then I copied the plugins \ gradle \ Lib \ gradle. JAR file to the \ Lib folder in the Android-studio folder. -Nick
P

According to the detailed steps

  • Another problem occurs when creating a project.

Org. jetbrains. plugins. gradle. settings. gradlesetings cannot be cast...

Then we can see that the project has been created in the folder, and the import is successfully overwritten with the import project...

  • Win7 64: When you encounter ADB connection problems, refer to your adb.exe * 32 and find it in thunder...

C: \ Program Files (x86) \ thunder Network \ thunder \ Program Delete and restart eclipse.

All software must be equipped with a function to monitor Android mobile phones...

  • The APK signature is packaged and executed in build --> Generate signed APK. In addition, this build contains a rebuild project, which is the same as the Clean Project in eclipse...

PS:

IDEA's automatic Formatting Function is too bad. The C + S + F format in eclipse is awesome... Is this type of formatting plug-in recommended?

This product is quite memory-consuming. For the same project, the memory usage of Java W is about twice that of eclipse, and Lenovo e430 is broken down...

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.