DroidSmall icon indicating copy to clipboard operation
DroidSmall copied to clipboard

该项目是 Small 插件化调研和学习的示例应用,希望对你有帮助。

Results 4 DroidSmall issues
Sort by recently updated
recently updated
newest added

IntentService的onHandleIntent本身就是在工作线程,可是为什么在调用的时候,再开一个线程的目的是为啥?

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.sunfusheng.small.app.phone, PID: 21500 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sunfusheng.small.app.phone/com.sunfusheng.small.app.phone.ui.PhoneActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.sunfusheng.small.lib.framework.base.BaseControl.setModel(com.sunfusheng.small.lib.framework.proxy.ModelMap)' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2303) at...

F:\github\DroidSmall\app.phone\src\main\java\com\sunfusheng\small\app\phone\control\HttpApi.java:29: 错误: 程序包com.alibaba.fastjson不存在 public PhoneEntity getPhoneLocation(String tel) throws IOException, com.alibaba.fastjson.JSONException, org.json.JSONException {