How do I access the project properties in Android Studio?

Started by
0 comments, last by ryutenchi 10 years, 5 months ago

I am using the framework LibGDX with Google's new IDE: Android Studio. I am following a game tutorial that uses Eclipse(Which doesn't work well on my PC) and I have to link my Desktop assets folder with my Android folder. I right clicked my Desktop project but I don't see the properties option. Any help would be appreciated!

Link: http://obviam.net/index.php/getting-started-in-android-game-development-with-libgdx-create-a-working-prototype-in-a-day-tutorial-part-1/

Advertisement

I haven't really tested this, but just in poking around it looks like after adding the LibGDX to the Maven Projects (right side bar on my setup) you should be able to add it as a dependency in File>Project Structure... then Modules>Dependencies (plus at the bottom should let you add the newly added Maven Project as a dependency) ... At least that seems like the right process, but if you figure it out for sure please post it here!^^

This topic is closed to new replies.

Advertisement