Sebastian Nowak
Sebastian Nowak

Reputation: 5717

Android IntelliJ sdk version

I'm using IntelliJ community edition for developing my Android applications. When creating my project I've set it to use Android v1.5 SDK, but now I need to change it to v1.6. I've digged hard, but couldn't find such option. Is there a way I can achieve it without recreating my project?

Upvotes: 7

Views: 3861

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402295

Project Structure | Modules | <Your Module> | Dependencies | Module SDK.

Upvotes: 22

Related Questions