File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ Run any commands in the project root directory
7070
7171* Download / clone the [ source from GitHub] ( https://github.com/MovingBlocks/DestinationSol )
7272* To run from the command line: ` gradlew run `
73- * To prepare for IntelliJ run: ` gradlew idea ` then load the generated project files
73+ * To prepare for IntelliJ run: ` gradlew idea ` then load the generated project via ` DestinationSol.ipr `
7474* To create a game package for distribution (Windows, Linux, Mac): ` gradlew distZip `
7575
7676For Android a little extra setup is needed
@@ -82,6 +82,7 @@ For Android a little extra setup is needed
8282* In the same window go to Artifacts and add a new Android Application, created from the android module
8383* Supply a code signing keystore or supply other debug configuration
8484* To run in IntelliJ make sure you have an Android emulator (or USB connection) working then create a run configuration
85+ * We use ` gradlew assembleRelease ` to build the APK for Google Play (with the right keystore etc)
8586
8687You can also run the Android version via Gradle: ` gradlew android ` - but need your device setup. Need instructions.
8788
@@ -109,6 +110,7 @@ Contributors
109110* [ theotherjay] ( https://github.com/theotherjay )
110111* [ LinusVanElswijk] ( https://github.com/LinusVanElswijk )
111112* [ SimonC4] ( https://github.com/SimonC4 )
113+ * [ grauerkoala] ( https://github.com/grauerkoala )
112114
113115... and your name here? :-) More coming!
114116
You can’t perform that action at this time.
0 commit comments