This post originated from an RSS feed registered with Java Buzz
by s m.
Original Post: New concept of Android SDK in IntelliJ IDEA 10.5
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: News, tips&tricks, how-to's and other issues related to IntelliJ IDEA
The recent EAP of IntelliJ IDEA 10.5 introduces a new presentation of Android platform inside a project.
Previously, you could configure Android SDK inside Android facet settings, while JDK played the role of the main Project/Module SDK. IntelliJ IDEA 10.5 considers Android platform itself as a Project/Module SDK:
Thus, the standard JDK jars aren’t included to the classpath [...]