r_upgrade
r_upgrade copied to clipboard
🆙🚀 Flutter application upgrade/ Flutter App Upgrade /Flutter App Update/Flutter Update / download Plug-in (with notice bar progress), supports full upgrade, hot update and incremental upgrade
有大佬知道吗
版本号:r_upgrade: ^0.4.2 Attempt to invoke virtual method 'java.lang.String java.io.File.getPath()' on a null object reference com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.handlerDownloadFinish(UpgradeService.java:440) 出错堆栈 1 com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.handlerDownloadFinish(UpgradeService.java:440) 2 com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.access$1200(UpgradeService.java:203) 3 com.example.r_upgrade.common.UpgradeService.handleNetworkChange(UpgradeService.java:158) 4 com.example.r_upgrade.common.UpgradeService.access$600(UpgradeService.java:54) 5 com.example.r_upgrade.common.UpgradeService$2.onLost(UpgradeService.java:129) 6 android.net.ConnectivityManager$CallbackHandler.handleMessage(ConnectivityManager.java:3910) 7 android.os.Handler.dispatchMessage(Handler.java:114)...
  使用^0.4.2在 ios 上运行 会报错 使用版本^0.3.8+2 ios可以正常运行

Hi @rhymelph I made a quick adjustment on Android native side regarding Android 14 support. You may do a check and if possible merge it altogether since there are some...
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method upgrade on channel com.rhyme/r_upgrade_method) E/flutter (30707): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7) E/flutter (30707): Hello sir, can u help me for error like this ?...
just a simple explanation on the readme
To be able to use my app I need to call `RUpgrade.install('com.app.test');` which `com.app.test` is my appId. The `install` method requests an integer instead of a string so this will...
W/System.err(15383): java.lang.NullPointerException: Attempt to read from field 'java.lang.String android.content.pm.PackageInfo.packageName' on a null object reference W/System.err(15383): at android.os.Parcel.readException(Parcel.java:1948) W/System.err(15383): at android.os.Parcel.readException(Parcel.java:1888) W/System.err(15383): at android.app.IActivityManager$Stub$Proxy.startActivity(IActivityManager.java:4430) W/System.err(15383): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1618) W/System.err(15383): at android.app.Activity.startActivityForResult(Activity.java:4516) W/System.err(15383):...
Version:0.3.8+2 小米手机,具体操作:打开WIFi 和 流量下载 - > 触发下载 -> 关闭WiFi,自动切换到流量下载 ->打开WIFi -> 关闭流量下载 重复以上操作会几率触发 E/AndroidRuntime(32134): FATAL EXCEPTION: main E/AndroidRuntime(32134): Process: com.aifitness.gymbot.phone, PID: 32134 E/AndroidRuntime(32134): java.lang.RuntimeException: Error receiving broadcast Intent { act=com.example.r_upgrade.RECEIVER_CANCEL...