100 likes | 237 Views
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
E N D
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 • 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
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
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
Download Android SDK • http://developer.android.com/sdk/index.html • Unzip the ADT: $ unzip adt-bundle-linux-*.zip
Download/Install Ant $ sudoapt-get update $ sudoapt-get installant
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
Install Cordova Dependencies • First, ensure that Node Package Manager (npm) is installed: $ sudo apt-get install npm • Then, install Node.js: $ sudonpm install node
Install Cordova • Finally, install Cordova: $ sudonpm install -g cordova $ cordova -v