Skip to content

Conversation

sgrebnov
Copy link
Member

CB-8821 Ensure Android Platform Guide is actual

  • Add changes in favor of replacing Ant w/ Gradle
  • Replace Eclipse example w/ Android Studio as officially recommended option/tool
  • Add more details about particular Android packages/components required to be installed
  • Added information how to list available deploy targets

CB-8822 Ensure iOS Platform Guide is actual

  • Added ios-sim and ios-deploy requirements and added installation instructions
  • Added instructions to run/deploy ios app from command-line

CB-8823 Ensure Windows Platform Guide is actual

  • Removed separate intallation instructions for Windows 8.0 only support
  • Added information how to list available deploy targets

* Removed separate intallation instructions for Windows 8.0 only support
* Added information how to list available deploy targets
* Added ios-sim and ios-deploy requirements and added installation instructions
* Added instructions to run/deploy ios app from command-line
* Add changes in favor of replacing Ant w/ Gradle
* Replace Eclipse example w/ Android Studio as officially recommended option/tool
* Add more details about particular Android packages/components required to be installed
* Added information how to list available deploy targets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I saw on the list that cordova-android 4.0.0 dropped support for gingerbread

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx Steve, will double check, but I still see minSdkVersion is 10 in platform template
< uses-sdk android:minSdkVersion="10" />

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to just merge it in. I can fix it on master myself. Can you
comment on the mailing list thread "Deprecation Wars. ICS vs Gingerbread"

On Wed, Apr 22, 2015 at 12:07 PM, Sergey Grebnov notifications@github.com
wrote:

In docs/en/edge/guide/platforms/android/index.md
#279 (comment):

@@ -29,11 +29,12 @@ Overview. For details on the CLI, see The Command-Line Interface.

Requirements and Support

-Cordova for Android requires the Android SDK. See the Android SDK's
-System Requirements.
+Cordova for Android requires the Android SDK which could be installed
+on OS X, Linux or Windows operation system. See the Android SDK's
+System Requirements.

Cordova supports Android 2.3.x (Gingerbread, starting with Android API level 10)

Thx Steve, will double check, but I still see minSdkVersion is 10 in
platform template
< uses-sdk android:minSdkVersion="10" />

Reply to this email directly or view it on GitHub
https://github.com/apache/cordova-docs/pull/279/files#r28904464.

@asfgit asfgit merged commit f90b9d6 into apache:master Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants