فهرست منبع

Some cleanup of Android and iOS bundling instructions

Björn Ritzl 6 سال پیش
والد
کامیت
1b8be3bc7e
2فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 4 2
      docs/en/manuals/android.md
  2. 2 0
      docs/en/manuals/ios.md

+ 4 - 2
docs/en/manuals/android.md

@@ -36,7 +36,7 @@ Make sure that you store your certificate and key safely. If you lose them you w
 
 ## Creating an Android application bundle
 
-The editor lets you easily create a stand alone application bundle for your game. Select <kbd>Project ▸ Bundle... ▸ Android Application...</kbd> from the menu.
+The editor lets you easily create a stand alone application bundle for your game. Before bundling you can specify what icon(s) to use for the app, set version code etc in the "game.project" [project settings file](/manuals/project-settings/#_android). To bundle select <kbd>Project ▸ Bundle... ▸ Android Application...</kbd> from the menu.
 
 If you want the editor to automatically create random debug certificates, leave the *Certificate* and *Private key* fields empty:
 
@@ -50,7 +50,9 @@ Press <kbd>Create Bundle</kbd> and you will then be prompted to specify where on
 
 ![Android Application Package file](images/android/apk_file.png)
 
-The editor writes an *.apk* file which is an Android application bundle. This file can be copied to your device with the `adb` tool (see below), or to Google Play via the [Google Play developer console](https://play.google.com/apps/publish/). You can specify what icon(s) to use for the app, set version code etc in the "game.project" [project settings file](/manuals/project-settings/#_android).
+### Installing an Android application bundle
+
+The editor writes an *.apk* file which is an Android application bundle. This file can be copied to your device with the `adb` tool (see below), or to Google Play via the [Google Play developer console](https://play.google.com/apps/publish/).
 
 ```
 $ adb install Defold\ examples.apk

+ 2 - 0
docs/en/manuals/ios.md

@@ -94,4 +94,6 @@ When your game launches on iOS, the launch images are used to set the correct sc
 
 ![ipa iOS application bundle](images/ios/ipa_file.png){.left}
 
+### Installing an iOS application bundle
+
 The editor writes an *.ipa* file which is an iOS application bundle. To install the file on your device, you can use Xcode (via the "Devices and Simulators" window). Other options are to use a command line tool such as [ios-deploy](https://github.com/phonegap/ios-deploy) or iTunes.