azhon / AppUpdate

Android App update library. Android版本更新库,简单、轻量、可随意定制
Apache License 2.0
2.23k stars 326 forks source link

为什么http 下载连接不行 #140

Closed Andjdd closed 1 year ago

Andjdd commented 1 year ago

为什么http 下载连接不行 点击下载没用反应

manager.setApkName("text.apk") .setApkUrl(url) .setSmallIcon(R.mipmap.ic_launcher) .setShowNewerToast(true) .setConfiguration(configuration) // .setDownloadPath(Environment.getExternalStorageDirectory() + "/AppUpdate") .setApkVersionCode(Integer.parseInt(versioncode)) .setApkVersionName(apkVersionName) .setApkSize(apkSize) .setAuthorities(getPackageName()) .setApkDescription(descriptionReplace) .download();

azhon commented 1 year ago

一看用的就是旧版本,用新版本