摘要:
Flutter : 'Future <dynamic>' is not a subtype of type bool 这个问题是我在使用flutter shared_preferences的时候,自己默认写了几个存储和读取的字段函数,然后出错了 问题在! 我使用的时候非常耿直 如图 getUserN 阅读全文
摘要:
今天在导入工程的时候Cmake一直报错 Could not get version from cmake.dir path XXXX 然后试了网上很多方法修改版本,检查NDK 都没卵用 遇到这个问题,首先 1 检查你Cmake有么有安装,这个在SDKManager里可以查看 2 检查你的local. 阅读全文
摘要:
public class CrashUtils implements Thread.UncaughtExceptionHandler{ public static final String TAG = "CrashHandler"; //系统默认的UncaughtException处理类 priva 阅读全文