The latest online Fox Glory edition finishing, compiling and building tutorials

Source: Internet
Author: User
Tags lua
First, the installation of Visual Studio 2015, Baidu can search to download the address, at the end of the tutorial, will give you all the tools including the integration package. Because Visual Studio 2015 is bulky and the installation process is lengthy, there is no installation demo here. Baidu has a lot about the process of its installation tutorial, in fact very simple, is the next step on the line.

Second, install JDK1.8, download jdk1.8, and then double-click the installation, the next step until the installation is complete, install the time to remember the installation directory, my default installation, the directory for the C:\Program files\java\jdk1.8. After the installation is complete, configure the environment variables. The system variable is java_home, CLASSPATH, path three variable configuration, some edits, no new. New Java_home corresponding C:\Program files\java\jdk1.8, new classpath corresponding.; %java_home%\lib;%java_home%\lib\tools.jar, edit path at the end plus;%java_home%\bin;%java_home%\jre\bin. Finally, open the CMD window to test whether the installation was successful.

Third, the WinRAR into the environment variable, so that WinRAR can be run directly under the command line.; C:\Program Files\winrar

Four, install Cocos, here we use is Cocos2d-x 3.10, 3.10 version, cocos2d-x and Cocos integration upgrade for the Cocos engine, download is EXE program, double-click Direct installation, very simple.

Five, install Babelua plug-in, here we select is babelua-compat-1.06-vs2015 this version, exactly with our installation of Visual Studio 2015 corresponds. After downloading, double-click the file, you can install to vs2015.

Six, download automatic prompt complete dictionary, I also downloaded Cocos2dx-3.10-api.lua, put the download dictionary, my document under the Babelua\completion folder, and then into the LUA project, enter the code when the corresponding prompts.

Installation python-2.7.10, double-click the installation, the next step until the completion of the installation, select the directory, I installed to the C-disk python27 directory. Configure the environment variables after the installation is complete. In the system variable path at the end of the add; C:\python27,pyghon installation completed. Open the CMD window for testing.

Eight, install ant 1.9.6, download ant 1.9.6, decompression, here we extract to C disk ant196 directory. The environment variables are then configured, no items are created, and some items are edited.

Ant_home C:\ant196
Path C:\ant196\bin
Classpath C:\ant196\lib


Test Picture:


Nine, install ADT, download ADT after decompression, we extract here to C disk adt-bundle-windows-x86-20140624 directory.

runs Eclipse, opens Help,install new software, and the name Input Adt_plugin,adt plug-in site is: Https://dl-ssl.google.com/android/eclipse /

Copy "Com.android.ide.eclipse.ndk_23.0.2.1259578.jar" to "C:\adt-bundle-windows-x86-20140624\eclipse\" Plugins\com.android.ide.eclipse.ndk_23.0.2.1259578.jar

To add an environment variable android_sdk_root: C:\ ADT-BUNDLE-WINDOWS-X86-20140624\SDK;

10, install NDK
Copy android-ndk-r10d-windows-x86_64 to the directory to be installed, and double-click android-ndk-r10d-windows-x86_64 for decompression. Here we unzipped the directory for the C-disk android-ndk-r10d directory.
Start the C:\adt-bundle-windows-x86-20140624\eclipse\eclipse.exe
Select [window->perferences->android-on the menu bar] >NDK] Sets NDK loaction to C:\android-ndk-r10d;
Add environment variable Ndk_root as: C:\android-ndk-r10d append to environment variable PATH:%ndk_root%;

To this end, the network Fox Glory version of the development environment is basically built, the network Fox Glory Test Source http://www.maliwl.com/thread-36-1-1.html.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.