Skip to content

Commit

Permalink
Add version info for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogoevici committed Dec 7, 2012
1 parent 7d3ca6e commit b1e6783
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tutorial/HybridUI.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ You will learn how to:
* create a native application for Android with Apache Cordova;
* create a native application for iOS with Apache Cordova;
What are hybrid mobile applications ?
-------------------------------------

Expand Down Expand Up @@ -98,6 +97,15 @@ While migrating TicketMonster, we will work with the files in the `lib` director
Creating an Android hybrid mobile application
----------------------------------------------

[TIP]
.What do you need for Android?
=====================================================================================
For building the Android version of the application you need to install the Android
Developer Tools, which require an Eclipse instance (3.6.2 or later), and can run on
Windows (XP, Vista, 7), Mac OS X (10.5.8 or later), Linux (with GNU C Library - glibc 2.7 or
later, 64-bit distributions having installed the libraries for running 32-bit applications).
=====================================================================================

Creating an Android project using Apache Cordova
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit b1e6783

Please sign in to comment.