Android Studio using SDK Tools?

I am currently developing in Eclipse and upgraded to the latest 4.4W platform, SDK Tools 23.0 and the latest Eclipse plugin. It seems that every release for the Eclipse IDE is getting worse and worse, until the moment when Proguard is absent and it is looking for annotations.jar that does not exist. I cannot run a previously running Ant construct issued from the command line.

If I switch to Android Studio, will they still use the same folders as Eclipse, and therefore will have the same problems that I have regarding Proguard and annotations.jar?

+4
source share
1 answer

: , SDK. Android Studio, IntelliJ, Eclipse, ( , , " , Eclipse" ), .

IntelliJ. () - Android Studio, IDE (, Android Studio), -. ( , Android Studio IntelliJ).

Ant, Gradle Eclipse easliy IntelliJ. .

Android- Gradle Proguard,

+2

Source: https://habr.com/ru/post/1546212/


All Articles