Cocos2d-x android can't resolved coscos2dx library

前端 未结 4 889
花落未央
花落未央 2020-12-29 11:51

i am starting by macOSX xcode4.5 .
i tried to tutorials.

Using cocos2dx, it completes building of macOSX,
The problem occurred in android sources.

<
4条回答
  •  时光取名叫无心
    2020-12-29 12:50

    i figure out by myself..

    Using cocos2dx 2.0.3 (2012-09-26),
    eclipse source:org.cocos2dx.lib is not created.
    (org.cocos2dx.lib is created cocos2dxActivity only.
    and cocos2dxActivitiy is no contents described.

    cocos2dxActivity:
    package org.cocos2dx.lib;
    mport android.app.Activity;
    public class Cocos2dxActivity extends Activity{
    }
    )

    therefore,
    Using cocos2dx 2.0.2 (2012-08-30), eclipse build ok.

    i can't understand what is problem...

提交回复
热议问题