Kaka
Kaka
使用`Get.toName()` 方法会报如下错误: ``` ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ The following assertion was thrown while handling a gesture: 'package:flutter/src/widgets/navigator.dart': Failed assertion: line 4570 pos 12: 'entry.route._navigator == null': is not...
``` 异常类型:app运行时异常 手机型号:天猫魔盒S1+ 手机系统版本:如:Android 6.1 tinker版本:1.9.14.25.1 gradle版本:6.1.1 是否使用热更新SDK: 否 系统:如:Mac 堆栈/日志: FATAL EXCEPTION: main Process: com.tvbc.mddtv, PID: 2456 java.lang.RuntimeException: Unable to instantiate application com.tvbc.mddtv.MainApplication: com.tencent.tinker.loader.TinkerRuntimeException: Tinker Exception:java.lang.String cannot be stored...
刚接触Xposed开发,在酷安上看到你的app,然后想学习下,结果发现在代码中打的log和实际app保存的跳转信息不一样。 ```java public static String parser(Intent intent, int requestCode, Bundle bundle, String from) { StringBuilder builder = new StringBuilder(); Calendar c = Calendar.getInstance(); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss a");...
I found a small issue; the type of stringsProperty in LyricistSymbolProcessor is incorrect.