3.7发布了, 在AndroidStudio中怎么使用啊?
对啊,在AndroidStudio中怎么使用啊?
是啊,在AndroidStudio中怎么使用啊? 
还请官方出来给讲解一下啊。。
还有就是我导入了android-studio这个目录, 无法运行。
无法对包名进行重命名, shift+f6 只是将最后一级的报名替换了。
没人么?真的没人么?真的不会用耶~!!!! 能有个简单的教程么?谢谢!!!
刚找到方法了 = =!
执行命令 cocos run/compile -p android --android-studio
然后……
然后就用AndroidStudio 调试吧!
— Begin quote from ____
引用第5楼marshhj于2015-07-25 09:51发表的 :
刚找到方法了 = =!
执行命令 cocos run/compile -p android --android-studio
然后……
… http://www.cocoachina.com/bbs/job.php?action=topost&tid=313980&pid=1355146
— End quote
在什么地方执行这句话
同求啊:904:
还真是………………这样就行了, 尼玛 昨天搞了一晚上没弄出来 


进入创建的项目的 proj.android-studio目录
cd proj.android-studio
执行
cocos2d-x-3.7/tools/cocos2d-console/bin/cocos compile -p android --android-studio
等待编译成功
将proj.android-studio 导入到android studio 就可以了.
— Begin quote from ____
引用第8楼EternalFire于2015-08-06 22:04发表的 :
还真是………………这样就行了, 尼玛 昨天搞了一晚上没弄出来 


进入创建的项目的 proj.android-studio目录
cd proj.android-studio
… http://www.cocoachina.com/bbs/job.php?action=topost&tid=313980&pid=1363606
— End quote
为什么我创建的项目只有 proj.android没有proj.android-studio
用的android studio 1.4版本,虽然用上述命令可以编译了,但完全没有c++代码提示功能啊, 全局搜索 hello 也只有helloworld.png helloworld.o helloworld.o.d 三个文件。能够找到的也只有jni 目录下的一个 main.cpp。
请问你们是怎么搞的,这个搞不定,还不如用eclipse啊。真是够折腾的。
可以在android-studio里面添加编译工具,不需要在外面执行编译EditConfigurations,打开后,右下角添加External tools
/Users/jenkins/Library/Android/ndk/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/stl_vector.h:898: error: undefined reference to ‘std::__throw_out_of_range_fmt(char const*, …)’
proj.android 下编译报错了