1 / 34

OpenGL ES 環境設置教學

OpenGL ES 環境設置教學. 要編寫 OpenGL ES, 我們需要 …. Java SE Develop Kit (JDK) 包含了編寫 Java 語言程式時可能會使用的元件。 Android SDK 開發 Android 程式的工具。 Eclipse with Android Development Tools (ADT) plugin 免費的程式編寫工具,加上 ADT plugin 就能編寫 Android App. Setting the Programming Enivironment ( 環境設置步驟 ). 1. 下載並安裝前述工具

lester
Download Presentation

OpenGL ES 環境設置教學

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. OpenGL ES 環境設置教學

  2. 要編寫OpenGL ES, 我們需要… • Java SE Develop Kit (JDK) • 包含了編寫Java語言程式時可能會使用的元件。 • Android SDK • 開發Android程式的工具。 • Eclipse with Android Development Tools (ADT) plugin • 免費的程式編寫工具,加上ADTplugin就能編寫Android App.

  3. Setting the Programming Enivironment (環境設置步驟) • 1. 下載並安裝前述工具 • Java SE Develop Kit (JDK) • Android SDK • Eclipse with Android Development Tools (ADT) plugin

  4. Setting the Programming Enivironment (環境設置步驟) • 1. 下載並安裝前述工具 • Java SE Develop Kit (JDK) • Android SDK • Eclipse with Android Development Tools (ADT) plugin

  5. Download JDK(1/2) http://www.oracle.com/technetwork/java/javase/downloads/index.html

  6. Download JDK(2/2)

  7. Install JDK

  8. JDK Product Registration(1/4)

  9. JDK Product Registration(2/4) If you don’t have Oracle.com account

  10. JDK Product Registration(3/4) √ If you have Oracle.com account

  11. JDK Product Registration(4/4) After Registration, you’ll see…

  12. Setting the Programming Enivironment (環境設置步驟) SDK: - a set of software development tools that allows for the creation of applications. • 1. 下載並安裝前述工具 • Java SE Develop Kit (JDK) • Android SDK • Eclipse with Android Development Tools (ADT) plugin

  13. Download Android SDK • http://developer.android.com/sdk/index.html

  14. Install Android SDK

  15. Install Android SDK Detect JDK

  16. Detect JDK Win7有可能會找不到JDK,此時請將C:\Program Files\Java\jdk1.7.0_05\bin中的Java.exe,複製到C:\Windows\SysWOW64 中

  17. Install Android SDK Choose Users

  18. Install Android SDK Choose Install Location

  19. Setting the Programming Enivironment (環境設置步驟) • 1. 下載並安裝前述工具 • Java SE Develop Kit (JDK) • Android SDK • Eclipse with Android Development Tools (ADT) plugin

  20. Download Eclipse IDE(1/2) Both of them are capable! http://www.eclipse.org/downloads/

  21. Download Eclipse IDE(2/2) http://www.eclipse.org/downloads/

  22. Install Eclipse IDE Unzip Double Click All the files are contained in the zip file. 1. unzip the file 2. double click eclipse.exe in eclipse folder.

  23. Eclipse 安裝 ADTplugin [Help]→[Install New Software]

  24. Add download URL Location : http://dl-ssl.google.com/android/eclipse/site.xml

  25. Choose“Develop Tools”

  26. List of installing tools

  27. Accept the license

  28. In Eclipse, install ADTplugin • During the installation process, you may see this window…

  29. In Eclipse, install ADTplugin • After installing the plugin

  30. Installation ofAndroid SDK Platform Tools

  31. Installation of Android SDK Platform Tools

  32. Installation of Android SDK Platform Tools

  33. After Installation You can start to write and run an Android App now.

  34. Reference Oracle http://www.oracle.com/index.html Android Developers http://developer.android.com/index.html Eclipse http://www.eclipse.org/

More Related