Problems testing APK expansion library

后端 未结 4 778
庸人自扰
庸人自扰 2021-01-02 05:57

I\'ve integrated the APK Expansion file download library from Google into my project, and it works more or less OK (except a few minor gotchas, which have been reported by o

4条回答
  •  滥情空心
    2021-01-02 06:46

    If you are using complete code from sample app, have you changed the version code in below piece of code:-

    private static final XAPKFile[] xAPKS = {
            new XAPKFile(
                    true, // true signifies a main file
                    , // the version of the APK that the file was uploaded
                       // against
                    49597391L // the length of the file in bytes
            ),
    
    };
    

提交回复
热议问题