Exception

 

非阻塞Connect对于select时应注意问题http://www.cnitblog.com/zouzheng/archive/2010/11/25/71711.html

 

 http://tieba.baidu.com/p/3873931968?pn=2

 ---------------------------

 https://github.com/cocos2d/cocos2d-x/pull/7520/files

 

building apk
Android platform not specified, searching a default one...
Can't find right android-platform for project : "E:\cocos2d\cocos2d-x-3.1.1\test
s\cpp-tests\proj.android". The android-platform should be equal/larger than 20

 

cocos run -p android --ap 20

 

===============分辩率适配========

 

CCSize frameSize = glview->getFrameSize();

CCSize DesignSize = CCSize(1136,640);

 

float widthRate = frameSize.width/DesignSize.width;

float heightRate = frameSize.height/DesignSize.height;

 

if (widthRate > heightRate)

{

glview->setDesignResolutionSize(DesignSize.width,

DesignSize.height*heightRate/widthRate, kResolutionNoBorder);

}

else

{

glview->setDesignResolutionSize(DesignSize.width*widthRate/heightRate, DesignSize.height,

kResolutionNoBorder);

}

 

=============上传图片不了======================

 

android.os.NetworkOnMainThreadException

    <uses-sdk

        android:minSdkVersion="3"

 

        android:targetSdkVersion="8" />

 

====================================

 

 error: obj/local/armeabi/objs/cpufeatures/cpu-features.o

 

log: delete obj/local/armeabi/objs/cpufeatures/*.*

 

================================================

 

cocostudio

 

 http://www.cocoachina.com/bbs/read.php?tid=195955

http://www.cocoachina.com/bbs/read.php?tid=220090

 

 GRANT ALL PRIVILEGES ON *.* TO 'root'@'10.241.214.216' IDENTIFIED BY '';

 

Cocos2d-x 3.3卡牌设计02:卡牌翻转

http://cn.cocos2d-x.org/tutorial/show?id=2889

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值