DroidPluginTeam / DroidPlugin

A plugin framework on android,Run any third-party apk without installation, modification or repackage
http://droidpluginteam.github.io/DroidPlugin/
GNU Lesser General Public License v3.0
6.9k stars 2.53k forks source link

Can not open testplugin sample #436

Open laitr01 opened 6 years ago

laitr01 commented 6 years ago

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 can not run continue, then i got ANR @@