DroidPlugin icon indicating copy to clipboard operation
DroidPlugin copied to clipboard

A plugin framework on android,Run any third-party apk without installation, modification or repackage

Results 102 DroidPlugin issues
Sort by recently updated
recently updated
newest added

在android 7.0 上面 ANR,请问已经解决了吗

i tried to open app sample for testing but i can not i traced at ``` mHostContext.startService(intent); mHostContext.bindService(intent, this, Context.BIND_AUTO_CREATE); ``` after two line of code above exec, the app...

JavaBinder: !!! FAILED BINDER TRANSACTION !!! PluginHelper: setHookEnable has errorjava.lang.RuntimeException: Package manager has died why?????

今天有厂商反馈我厂apk被扫出[Android Syringe.X 病毒](http://www.virusradar.com/en/Android_Syringe.X/description) 导致暂停预装. 调查后发现和DroidPlugin的jar有关系. 进一步排查找到了罪魁祸首 IPluginManagerImpl. 解决办法: IPluginManagerImpl类中 的几处"apk/base-1.apk" 从简单字符串改为动态生成的字符串.

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.broaddeep.safe.phone.at/com.broaddeep.safe.presenter.MainActivity}; have you declared this activity in your AndroidManifest.xml?

PackageManager pm = getPackageManager(); Intent intent = pm.getLaunchIntentForPackage(packageInfo.packageName); intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); startActivity(intent); 用此方法启动的 提示:have you declared this activity in your AndroidManifest.xml?

华为Mate 10 Api level: 26 看了下日子,好像是启动Service失败了: 15:22:38.580 17561 17561 E AbstractServiceStub: **handleExceptionjava.lang.NoSuchMethodException: handleCreateService [class android.app.ActivityThread$CreateServiceData]** 11-17 15:22:38.580 17561 17561 E AbstractServiceStub: at java.lang.Class.getMethod(Class.java:2068) 11-17 15:22:38.580 17561 17561 E AbstractServiceStub: at...

插件调用resolveActivity,可以找到activity的注册,调用resolveService,则找不到service的注册。queryIntentService也找不到

android.content.ActivityNotFoundException: Unable to find explicit activity class {com.test.demo/com.test.demo.MainActivity}; have you declared this activity in your AndroidManifest.xml?