Router-RePlugin icon indicating copy to clipboard operation
Router-RePlugin copied to clipboard

针对360的RePlugin插件化框架适配的路由Router框架

Results 5 Router-RePlugin issues
Sort by recently updated
recently updated
newest added

android.content.res.Resources$NotFoundException: Resource ID #0x7f030000 type #0x12 is not valid at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3525) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3664) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2246) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:230) at android.app.ActivityThread.main(ActivityThread.java:7768) at java.lang.reflect.Method.invoke(Native Method)...

报错信息:java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation 插件的activity并未设置屏幕方向,在其他手机上宿主可以正常启动插件, 但是在8.0的手机上(小米),会报错。

1. host(v2.6x) and plugin(v2.6x) is success 2. host(v2.7x) and plugin(v2.7x) is fail, then app will be suspended 3. host(v2.7x) and plugin(v2.6x) is fail, then java.lang.RuntimeException: Unable to start activity ComponentInfo{com.lzh.replugindemo/com.lzh.replugindemo.loader.a.ActivityN1NRTS0}:...

Process: com.sf.park, PID: 13304 java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Intent android.content.Intent.putExtra(java.lang.String, android.os.Parcelable)' on a null object reference at com.lzh.router.replugin.core.RouterBridgeActivity.start(RouterBridgeActivity.java:55) at com.lzh.router.replugin.core.RePluginRouteCallback$StartBridgeTask.run(RePluginRouteCallback.java:153) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636) at java.lang.Thread.run(Thread.java:764) 插件不存在,跳转就崩溃,这样是不是有点不友好

测试发现在插件中发送的action,宿主的响应不到。宿主发送的action,插件中可以响应