摘要:
1:android studio 新建工程出错Error:Execution failed for task ':app:preDexDebug'.com.android.ide.common.process.ProcessException: org.gradle.process.internal... 阅读全文
摘要:
转载自:http://blog.csdn.net/intheair100/article/details/39061473程序正常启动:onCreate()->onStart()->onResume();onCreate之后就会执行onStart,此时画面已经显示出来了,但还不能交互;然后执行onR... 阅读全文
摘要:
转载自:http://www.cnblogs.com/xuling/archive/2011/06/06/android.html首先我们先来看下官方API对SurfaceView的介绍SurfaceView的API介绍Provides a dedicated drawing surface emb... 阅读全文