
android
woshiwoxinheqiu
这个作者很懒,什么都没留下…
展开
-
关于eclipse环境下的The User Operation is waiting for background work to complete
This is the solution I found which works correctly: Make sure that eclipse is not active. If it is active kill eclipse from the processes tab of the task manager Open%USERPROFILE%/on Windows or si...原创 2020-03-16 11:34:01 · 490 阅读 · 0 评论 -
多渠道打包
public static String getChannel(Context context) { ApplicationInfo appinfo = context.getApplicationInfo(); String sourceDir = appinfo.sourceDir; String ret = ""; ZipFil转载 2016-09-30 11:32:51 · 363 阅读 · 0 评论 -
cocos 关于华为之类的虚拟键盘处理
手头的项目是老项目 直接参考了3.17版本的Cocos2dxActivity.java,里面有个hideVirtualButton,参考这个东西的写法就好了。 注意事项:我调了很久,一直没弄好,去请教了一下大佬,才发现 是targetSdkVersion 的问题,把targetSdkVersion的版本提高就好了,如改为 26.(我原来的targetSdkVersion是21) ...原创 2019-02-14 15:20:46 · 587 阅读 · 0 评论