Build cocos2dx QT android project issue

I refer to http://gamedevandroid.blogspot.tw/2012/08/cocos2d-x-qtcreator.html to try build android on QT project

I use QT creator 5.1.1

I doubt about the article,why the kit setting is destop , not android.
I use android kit to build the project,then build have no error.
but the android kit can’t set deployment setting about ant.

I run the project,these result is below:
C:.exe launching…
adb server is out of date. killing…
* daemon started successfully *
Starting: Intent { act=android.intent.action.MAIN cmp=com.xxx/.ProjectName}
Error type 3
Error: Activity class {com.xxx/com.xxx.ProjectName} does not exist.
——————————————————————

I think there is a problem about run.sh below.
But I check the packagePath & ProjectName is ok.
I don’t know where problem is.

————— run.sh————
PACKAGE_PATH=com.xxx
PROJECT_NAME=ProjectName

adb shell exit
adb shell am start a android.intent.action.MAINn $PACKAGE_PATH/$PACKAGE_PATH.$PROJECT_NAME
adb shell logcat
—————————————-

Anyone know how to fix it?

Have you since found a solution to your problem? I’m running into the same thing.