You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readMe.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can build the Android version of the game by either using the command line t
8
8
9
9
### Using the command line
10
10
11
-
- Download the [Android SDK](https://developer.android.com/studio#downloads) and use the `sdkmanager` tool to install the API 28 build tools.
11
+
- Download the [Android SDK](https://developer.android.com/studio#downloads) and use the `sdkmanager` tool to install the API 30 build tools.
12
12
- In the root Destination Sol project directory, run the command `echo sdk.dir=<SDK_ROOT> > local.properties`, where `<SDK_ROOT>` is the root directory in which
13
13
you installed the Android SDK, to create a new local properties file.
14
14
- To fetch the Android facade, in the same root project directory run the command `gradlew fetchAndroid`
@@ -22,10 +22,10 @@ You can build the Android version of the game by either using the command line t
22
22
23
23
### Using IntelliJ IDEA (or Android Studio)
24
24
25
-
- Use the Android plugin (if not installed, then install it) to install the API 28 SDK build tools and platform tools.
25
+
- Use the Android plugin (if not installed, then install it) to install the API 30 SDK build tools and platform tools.
26
26
- In the root Destination Sol project directory, run the command `gradlew fetchAndroid`. The command should complete successfully.
27
27
- Create a new build configuration based on the "Android App" template. You should set the start-up module to the "android" module.
28
-
- In the `File->Project Structure->SDKs` menu, add a new SDK and set the build target to `Android API 28` and the Java SDK to `Java 1.8`.
28
+
- In the `File->Project Structure->SDKs` menu, add a new SDK and set the build target to `Android API 30` and the Java SDK to `Java 1.8`.
29
29
- In the `File->Project Structure->Modules` menu, select the `android` module and open the `Dependencies` tab.
30
30
Set the module SDK to the new SDK you just added.
31
31
- Set the current build configuration to the newly created one and run the project using the debug button.
0 commit comments