摘要:
在遇到这两个问题的时候:android:TextAppearance.Material.Widget.Button.Inverse找不到或者报错问题Error retrieving parent for item: No resource found that matches the given n... 阅读全文
摘要:
import android.util.Log;public class LogUtil { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final in... 阅读全文
摘要:
ERROR:All WebView methods must be called on the same thread.warnning:所有WebView方法必须在主线程调用(4.0)所有WebView方法必须在同一线程调用(4.4)这是原来报错的程序 public void loadurl... 阅读全文
摘要:
需要注意的是win平台加载图片,用到"file:///"参考来源 StartCoroutine(SaveThePlayerColorImage(320));//save the color image when the player pass the wall IEnumerator Save... 阅读全文