tinkerpatch-easy-sample icon indicating copy to clipboard operation
tinkerpatch-easy-sample copied to clipboard

无需修改自己App代码,一键接入的Sample

Results 18 tinkerpatch-easy-sample issues
Sort by recently updated
recently updated
newest added

FATAL: method 'onInit:VLIL' in loader class 'Lcom/tencent/tinker/loader/hotplug/IncrementComponentManager$AttrTranslator;' refers to class 'Lorg/xmlpull/v1/XmlPullParser;' which is not loader class, this may cause crash when patch is loaded. FATAL: method 'translate:VLILL' in loader class...

每次修改了布局文件,我只是在布局文件加了一个按钮,就会在生成补丁的时候报错; * What went wrong: Execution failed for task ':app:tinkerProcessDebugResourceId'. > java.io.FileNotFoundException: F:\tinkerpatch-easy-sample-master\app\build\intermediates\tinker_intermediates\values_backup * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option...

配置:Tinker版本1.19.14.7,supportHotplugComponent=true (1)基准包打包安装成功。 (2)AndroidManifest.xml新增android:exported=false的Activity后 (3)打补丁下发,编译补丁时已提示 Found increment activity: com.tencent.bugly.hotfix.NewActivity (4)安卓6/7/8/9合成补丁后,打开新Activity,正常打开 (4)安卓10合成补丁后,打开新Activity,崩溃报错 have you declared this activity in your AndroidManifest.xml?

java.lang.RuntimeException:Unable to start activity ComponentInfo{com.smec.moblie/com.smec.moblie.activity.LoginActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. -- 2 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3303) 3 ...... 4 Caused by: 5 java.lang.IllegalStateException:You need to...

Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'manifestOutputDirectory' for task ':app:process******DebugManifest' of type com.android.build.gradle.tasks.MergeManifests. at org.gradle.internal.metaobject.AbstractDynamicObject.getMissingProperty(AbstractDynamicObject.java:83) at org.gradle.internal.metaobject.AbstractDynamicObject.getProperty(AbstractDynamicObject.java:61) at com.android.build.gradle.tasks.MergeManifests_Decorated.getProperty(Unknown Source) at org.codehaus.groovy.runtime.callsite.PogoGetPropertySite.getProperty(PogoGetPropertySite.java:49) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:299) at com.tencent.tinker.build.gradle.TinkerPatchPlugin$_apply_closure1$_closure2.doCall(TinkerPatchPlugin.groovy:155)

按照官方文档集成的 TinkerPatch 一直报空指针的错误 对照了官方demo 写法都一样 不知道 TinkerPatch还有其他需要初始化的地方吗

手机1上,基准包合成了补丁1,然后发布补丁2,补丁2下拉成功,但是不生效,日志提示:` current patch md5:071007404cd0d957a26aeb1386bbc51a is not equal with tinker version 1b0bc1661903f9879d1c29c99426b2ef` 要怎么处理啊

下载demo 在小米6手机上 android 版本 9 2019-10-29 11:07:49.486 16145-16423/com.tinkerpatch.easy_sample E/Tinker.PatchRequestCallback: Plz make sure you fill the correct appVersion and appKey in tinkerpatch.gradle. Or create the correspond project in tinkerpatch.com 提示这个

操作步骤: 1. 使用run的方式运行app到手机,会生成debug的基准包 2. 将基准包目录配置到tinker-support.gradle, 3. android studio 右侧的gradle命令, 找到tinker下的tinkerPatchDebug执行 4. logcat生成补丁失败 我的联系方式: 17611528892,比较急谢谢! 下面的日志会比较长 详细日志: Check for loader classes in dex: classes.dex Warning:ignoreWarning is false, but we found all...

> Task :app:tinkerProcessReleaseResourceId FAILED we build app apk with apply resource mapping file C:\Users\long\Desktop\tinkerpatch-easy-sample-master\app\build\bakApk/app-3.0.1-0708-18-30-49/release//app-release-R.txt FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:tinkerProcessReleaseResourceId'. >...