1 / 10

V2013.14

V2013.14. Agenda. News Logo (next week) Library class next Tues (January 28th) Attendance Intro to Mobile Development 1 Setup development environment Next Week: Intro to Mobile Development 2 Develop a basic app. Library Class. Intro to Low-Cost Computers

sarah
Download Presentation

V2013.14

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. V2013.14

  2. Agenda • News • Logo (next week) • Library class next Tues (January 28th) • Attendance • Intro to Mobile Development 1 • Setup development environment • Next Week: Intro to Mobile Development 2 • Develop a basic app

  3. Library Class • Intro to Low-Cost Computers • http://www.lorainpubliclibrary.org/events?action=show&id=25729 • January 28th @ 7:00-8:00PM • Avon Library • Articles: • Cleveland.com: http://goo.gl/FHB1y3 • LCPL site: http://goo.gl/QJXVo5

  4. Intro to Mobile Development 1 • Install Editor (Sublime Text 3) • Download Android Developer Tools (ADT) • Install Cordova Dependencies (npm, node.js, ant, Java) • Install Cordova • Configure PATH Variables

  5. Download/Install Sublime Text 3 $ sudo add-apt-repository ppa:webupd8team/sublime-text-3 $ sudo apt-get update $ sudo apt-get install sublime-text-installer

  6. Download Android SDK • http://developer.android.com/sdk/index.html • Unzip the ADT: $ unzip adt-bundle-linux-*.zip

  7. Download/Install Ant $ sudoapt-get update $ sudoapt-get installant

  8. Download/Install Java $ sudo add-apt-repository ppa:webupd8team/java $ sudo apt-get update $ sudo apt-get install oracle-java7-installer $ java –version java version "1.7.0_51"Java(TM) SE Runtime Environment (build 1.7.0_51-b18)Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode) $ sudo apt-get install oracle-java7-set-default

  9. Install Cordova Dependencies • First, ensure that Node Pack­age Man­ager (npm) is installed: $ sudo apt-get install npm • Then, install Node.js: $ sudonpm install node

  10. Install Cordova • Finally, install Cordova: $ sudonpm install -g cordova $ cordova -v

More Related