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

Android 8.0 打不开插件 #428

Open yanhairong opened 6 years ago

yanhairong commented 6 years ago

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?

yanhairong commented 6 years ago

是service打不开,插件可以打开

lmh1986 commented 6 years ago

同问,有解决方案吗

yanhairong commented 6 years ago

我 :您好,想请教你一个问题,DroidPlugin的Android8.0的service打不开,希望能指教下~ AndyZhang :现在没有适配8.0

我暂时也没有解决这个问题,因为我这个插件比较简单可以用线程代替service,就没有使用service了。