

Then, set the location of the github app in the input box at the top of the window.įirst, go to the Pixel Dungeon source and the Game Framework source, and fork both projects. Once github has been installed, be sure to configure its application location from settings -> Version Control -> Git. Although useful, you can get started pulling source using IntelliJ!
ANDROID SDK FOR MAC INTELLIJ INSTALL
You can install and use Git from the command line, or you can use an application to help you manage your projects. Go ahead and create an account if you don't have one. Source Control and creating a Project Īll source for Pixel Dungeon is version controlled using GitHub. Skip to the 'Build and Run section' below.Click on 'File → Open' and navigate to where you downloaded the code to.Start up Git Bash and navigate to where you want to store your repo.Fork this GitHub repository into your own account:.The fork is unmodified except for fixing several compile errors. Fortunately, there's a fork of Pixel Dungeon available with (almost) all the set-up done.

Pixel Dungeon requires some setting up to get working properly. You can also do it from within IntelliJ: Tools → Android → SDK Manager.Īll version control is done with Git, do make sure you've got that installed too.
ANDROID SDK FOR MAC INTELLIJ HOW TO
Google-fu a guide called Android SDK: How to install and get started. A default installation is fine, unless you want to customize the extensions the IDE will install. I'm using the Community Edition of the original Intellij, which is free. You can use either the original Intellij or Android Studio. If you haven't already, download and install IntelliJ. If it says java is unrecognized, go download and install Java from here. If you're not sure if you have java installed, run "java -version" from the command line. It's best if you have the JDK (Java Development Kit) installed, but the standard JRE (Java Run Time) will work fine.

Make sure you have a recent version of Java installed Java 7 or 8 is good. 6.1 Configuration with name 'default' not found.3 Source Control and creating a Project.
