Android代码-安卓热修复框架

时间:2022-08-26 00:53:34
【文件属性】:
文件名称:Android代码-安卓热修复框架
文件大小:537KB
文件格式:ZIP
更新时间:2022-08-26 00:53:34
Android代码 Stark is a hot-fix framework for Android. It supports swapping new implementations of classes without restarting a running Android application, and updated Android resources (icons, layout, etc) while only restarting the Android Activity. Sample Usage git clone https://github.com/ximsfei/Stark.git cd Stark ./gradlew :stark-sample:clean :stark-sample:assembleDebug adb install -r stark-sample/build/outputs/apk/debug/stark-sample-debug.apk Launch sample APK. Fix code and resources. Fix Code > Sec

网友评论