SEEM4570 Tutorial 1:Software Installation

Slides:



Advertisements
Similar presentations
MySQL Installation Guide. MySQL Downloading MySQL Installer.
Advertisements

FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Installation of Ubuntu on a Virtual machine. VirtualBox allows you to run an entire operating system inside another operating system. Please be aware.
Get android development environment running. Install – Get and install JDK 5 or 6 (see link in the.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
11-Jun-15 Getting Ready for CIT Registering and labs If you are not yet registered (and want to be), be sure I have your name and student ID We.
Java Integrated Development Environments: ECLIPSE Part1 Installation.
Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
XMAS installation instructions Windows Version: 1.0 4/22/2008.
By: James Ondecko  What is Android?  Helpful backgrounds for Android development  Tools & Installs  Android Virtual Devices  Helpful references.
13-Jul-15 Getting Ready for Java. 2 What You Need 256 MB of RAM (512 MB or more recommended) 500 MHz Pentium or better Macintosh: must run Mac OS X, preferably.
UFCFX5-15-3Mobile Device Development Android Development Environments and Windows.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
WINDOWS 7 AND UBUNTU INSTALLING LINUX WITHIN WINDOWS.
To run the program: To run the program: You need the OS: You need the OS:
SEEM4570: XAMPP, Eclipse, Summary of Html Kangfei Zhao Room 711,ERB
Space Science and Engineering Center University of Wisconsin-Madison Virtual Machines: A method for distributing DB processing software Liam Gumley.
IS 426: Information Systems Construction in Modern Society Downloading and exploring oracle development environments.
Install NetBeans with PHP ISYS 475. Install NetBeans (If you want install Java) First download and install Java JDK: –
Servlets Environment Setup. Agenda:  Setting up Java Development Kit  Setting up Web Server: Tomcat  Setting up CLASSPATH.
Tutorial 11 Installing, Updating, and Configuring Software
IPT2 user interface customization and locale translation Alan Yang, Kun Chi Lai, Jim Hsu Biodiversity Research Center, Academia Sinica.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Presented By: Muhammad Tariq Software Engineer Android Training course.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Setting up Cygwin Computer Organization I 1 May 2010 ©2010 McQuain Cygwin: getting the setup tool Free, almost complete UNIX environment emulation.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
How to Install Eclipse Click hereClick here to download Eclipse.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
Unit 1 – Web Concepts Instructor: Brent Presley.
TODAY Android Studio Installation Getting started Creating your 1 st App Beginning to understanding Intents.
® IBM Software Group © 2006 IBM Corporation Rational Asset Manager v7.2 Using Scripting Tutorial for using command line and scripting using Ant Tasks Carlos.
This PowerPoint is a quick guide to configuration of SheepShaver (v 2.3) for running Mac OS 8.5 to on a Mac Intel under OS X, This is a helper.
How to install JavaCV in Eclipse. Make sure to download and install all these before you proceed Eclipse for Java EE developers (current is Juno)
Installing a Moodle Test Site The painless and easy way.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Sandbox Setup 2-Node Cluster. ©2015 Couchbase Inc. 2 What are the Pre-requisites for the Setup  Have at least an Intel i3 or AMD equivalent processor.
Day 1 Session 2. Setup & Installation
Introduction to Android Programming
COM594: Mobile Technology Practical – Week 1 Android and Android Studio.
TIZEN STUDIO INSTALLATION & ENVIRONMENT SETUP FOR DEVLAB
Mobile Device Development
bitcurator-access-webtools Quick Start Guide
Installing Recordex & NOVOPRO Software Applications
Obtaining the Required Tools
VMWare Workstation Installation
Create A Virtual Machine
Setting up Eclipse Locally
SEEM4570 Tutorial 07: Filezilla and PHP
Packing and Signing of the Application
SEEM4570 Tutorial 1 Android SDK + XCode SDK +
Devops Jenkins as CI/CD tool Created By: Amrit Choudhary
Cordova & Cordova Plugin Installation and Management
bitcurator-access-webtools Quick Start Guide
Chapter 2 Ionic Installation
Cygwin: getting the setup tool
Review of Previous Lesson
MOBILE PROGRAMMING Meriska Defriani, S.Komp, M.Kom Introduction
Presentation transcript:

SEEM4570 Tutorial 1:Software Installation XAMPP + Cordova + Android SDK + Xcode SDK Cao Yuewen ywcao@se.cuhk.edu.hk 2017.09.21

XAMPP Installation Download from https://www.apachefriends.org/index.html Windows version(windows 7 64 bit) will been shown Similar steps for Linux and OS X A 32 bit build will run fine on 64 bit Windows. Php and Apache don't have official supported 64 bit Windows builds, only MySql out of the three does, hence no 64 bit bundle.

XAMPP Installation Recommended path: D:\ or C:\ you’d better install it on root directory of D or C disk, otherwise you will need to change lots of working path afterwards. It’s troublesome.

XAMPP Installation If you get this page, you have install xampp successfully

Cordova Installation 4 Steps : Install node.js Install jdk Install ant Install cordova

Cordova Installation - Install node.js Download node.js https://nodejs.org/en/ Get node-v6.11.3-x64.msi

Cordova Installation - Install node.js This shows node.js installed successfully

Cordova Installation - Install jdk Download java http://www.oracle.com/technetwork/java/javase/downloads/index.html Get jdk-8u144-windows-x64.exe

Cordova Installation - Install jdk Configure environment variables (D:\softwareData\)java\jdk1.8.0_144\bin (D:\softwareData\)java\jre1.8.0_144\bin

Cordova Installation - Install jdk This shows jdk installed successfully

Cordova Installation - Install ant Download ant https://www.apache.org/dist/ant/binaries/ Get apache-ant-1.10.1-bin.zip Unzip this .zip file to a specified folder like D:\apache-ant-1.10.1 Configure environment variables D:\apache-ant-1.10.1\bin Copy tools.jar from (D:\softwareData)\java\jdk1.8.0_144\lib to (D:\softwareData)\java\jre1.8.0_144\lib This shows ant installed successfully

Cordova Installation - Install cordova Type “npm install –g cordova” at a command prompt If you get this, installment is successful If you get “’cordova’” is not recognized as an internal or external command’ after typing above command statement, check your environment path. There should be one named “(c:\users\YourUserName)\AppData\Roaming\npm\”. It should be added automatically when installing node.js. If there isn’t one, add it.

Android SDK Installation 3 Steps for windows : Install jdk Install eclipse Install android sdk For Mac: Refer to https://www.androidcentral.com/installing-android-sdk-windows-mac-and-linux-tutorial

Android SDK Installation- Install eclipse Download android sdk http://www.eclipse.org/downloads/eclipse-packages/ Unzip this .zip file to a specified folder and get eclipse file

Android SDK Installation- Install android sdk Get android-studio-bundle-162.4069837-windows.exe https://developer.android.com/studio/index.html It takes about 30 minutes for setup Follow the setup wizard

Xcode SDK Installation 2 Steps : Install Mac OSX virtual machine on Vmware or VirtualBox Install Xcode

Xcode SDK Installation- Install OSX Download and install VirtualBox https://www.virtualbox.org/wiki/Downloads Download MacOS Sierra 10.12 (5.3GB) https://drive.google.com/drive/folders/0B-PSijxodhB1OUZlLURhLUYwS2s Make sure your computer internet connected when you download the package. Take your time

Xcode SDK Installation- Install OSX Create new Virtual Machine Configure system settings

Xcode SDK Installation- Install OSX Close virtualbox and type these in command line: cd "D:\softwareData\VirtualBox" VBoxManage.exe modifyvm "macOS Sierra" --cpuidset 00000001 000106e5 00100800 0098e3fd bfebfbff VBoxManage setextradata "macOS Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemProduct" "iMac11,3" VBoxManage setextradata "macOS Sierra" "VBoxInternal/Devices/efi/0/Config/DmiSystemVersion" "1.0" VBoxManage setextradata "macOS Sierra" "VBoxInternal/Devices/efi/0/Config/DmiBoardProduct" "Iloveapple" VBoxManage setextradata "macOS Sierra" "VBoxInternal/Devices/smc/0/Config/DeviceKey" "ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc" VBoxManage setextradata "macOS Sierra" "VBoxInternal/Devices/smc/0/Config/GetKeyFromRealSMC" 1 Same as your virtual machine name

Xcode SDK Installation- Install OSX Open virtualbox and click “start” Some code will be loaded. It takes about 1 minute Then run your virtual machine Follow the configuration wizard. You will set the language, district, time and so on. It may take some time to response to your input. So you may see your computer is stuck. It’s ok. Please be patient.

Xcode SDK Installation- Install Xcode Open App store and download Xcode Install Xcode components and modify system settings Since the virtual machine is ready, what we need to do next is to open app store and download xcode.