-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
离线包更新失败 #3
Comments
离线资源都是按照文档的一样,还有离线资源是文档提供的 |
您的包名有换吗,直接编译 demo 可以更新么,过滤下 getUnionResource 贴下日志。 |
我也遇到了同样的问题,以下是错误的日志。 |
+1 |
按照文档和视频的都试过,执行下面方法
MPNebula.updateAllApp(new MpaasNebulaUpdateCallback() {
@OverRide
public void onResult(final boolean success, final boolean isLimit) {
// success 为是否成功
runOnUiThread(new Runnable() {
@OverRide
public void run() {
Toast.makeText(MainActivity.this, success ? "离线包更新成功" : "离线包更新失败", Toast.LENGTH_SHORT).show();
}
});
}
});
success 一直为false,看文档很多次都没看到有什么问题。有谁知道到底缺少了什么步骤?
The text was updated successfully, but these errors were encountered: