Skip to content

Commit 2e6d314

Browse files
committed
Adjust headings
1 parent 721e495 commit 2e6d314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/platforms/godot/configuration/android.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ Additional steps are required to be able to export for Android with Sentry integ
1010

1111
If you haven't exported for Android before, follow the [Godot Android export guide](https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html) to configure your Android SDK and Java SDK paths in Godot's Editor Settings.
1212

13-
## Step 1: Install Gradle Build Template
13+
### Step 1: Install Gradle Build Template
1414

1515
Exporting for Android requires using Godot's Gradle build system. By default, Godot doesn't use Gradle build, so it needs to be enabled.
1616

1717
If you haven't already, you need to install the Android build template first. Go to `Project -> Install Android Build Template...` in the Godot editor and click "Install" in the confirmation dialog. This creates a Gradle-based Android project under `res://android/build/` in your project directory. The Sentry SDK will automatically integrate with this Gradle project.
1818

19-
## Step 2: Configure Android Export
19+
### Step 2: Configure Android Export
2020

2121
1. **Create Export Preset**: If you don't have an export preset, you need to create one: go to `Project -> Export...` and add a new Android export preset.
2222
2. **Enable Gradle Build**: In the export preset, go to `Options -> Gradle Build` and enable the `Use Gradle Build` option.
2323
3. **Configure Other Settings**: Set up your package name, icons, permissions, and other Android-specific settings as needed.
2424

2525
![Android Export Settings](img/android_export.png)
2626

27-
## Step 3: Export Your Project
27+
### Step 3: Export Your Project
2828

2929
Once configured, export your project normally. During export, Godot will automatically:
3030
- Generate fresh templates using the Gradle build system

0 commit comments

Comments
 (0)