Browse Source

Merge pull request #4542 from Calinou/exporting-android-intro-clarify

Clarify the introduction of Exporting for Android
Rémi Verschelde 4 years ago
parent
commit
117b719bcd
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tutorials/export/exporting_for_android.rst

+ 5 - 5
tutorials/export/exporting_for_android.rst

@@ -3,21 +3,21 @@
 Exporting for Android
 =====================
 
-Exporting for Android has fewer requirements than compiling Godot for it.
-The following steps detail what is needed to setup the SDK and the engine.
+Exporting for Android has fewer requirements than compiling Godot for Android.
+The following steps detail what is needed to set up the Android SDK and the engine.
 
 Download the Android SDK
 ------------------------
 
-Download and install the Android SDK. 
+Download and install the Android SDK.
 
 - You can install it using `Android Studio <https://developer.android.com/studio/>`__.
-  
+
   - Run it once to complete the SDK setup using these `instructions <https://developer.android.com/studio/intro/update#sdk-manager>`__.
   - Ensure that the `required packages <https://developer.android.com/studio/intro/update#recommended>`__ are installed as well.
 
 - You can install it using the `command line tools <https://developer.android.com/studio/#command-tools>`__.
-  
+
   - Once the command line tools are installed, run the `sdkmanager <https://developer.android.com/studio/command-line/sdkmanager>`__ command to complete the setup process:
 
 ::