Qihoo360 / RePlugin

RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework
Apache License 2.0
7.25k stars 1.52k forks source link

求适配Android studio 3.4.1 #846

Open fso918 opened 5 years ago

fso918 commented 5 years ago

问题详细描述 Detailed description of the problem

求适配Android studio 3.4.1

复现问题步骤 Steps to reproduce the problem

其它重要信息 Other important information

replugin-host-lib/gradle Version: rePlugin-plugin-lib/gradle Version:

Android API Version: Android 手机型号&ROM(Phone model & ROM):

Logcat上下文 Logcat context

guijia162 commented 5 years ago

have you use replugin in androidx? i use in andriodx, i got "java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.LocalBroadcastManager" on path: DexPathList", i add dependencie "implementation 'androidx.legacy:legacy-support-v4:1.0.0'" also don't working. thks.