My AS0.5.3 Project structure dialog box misses many options.
What's causing this? Now I'm trying to add a global library and I couldn't.
Update 1:
After updating my AS to 0.5.5 this is how my project structure looks :

Android Studio isn't the same as IntelliJ, and you don't tend to use global libraries the way you do there. Many libraries you need are available via the Maven Central repository, and you can have the build system download the correct version on the fly, instead of forcing you to maintain library jars by hand.
If you need to add a dependency to a common library, try the Modules > Dependencies > + button > Library dependency, and search for what you need.
If your dependency isn't on Maven Central, then you'll need to copy its jar archive into your project by hand. Android Studio doesn't presently have an equivalent to IntelliJ's global library feature.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With