我正在尝试使用MS AppCenter CodePush推送更新到安卓应用程序。我可以将更新推送到CodePush服务器,应用程序可以看到有更新,但它从未决定下载并安装更新。如果我推送更新并以^4.2.3、4.2.4、4.1 - 4.4或*为目标,我会在控制台中看到以下内容: [CodePush] Checking for update.[CodePush] App is up to date. 然而,如果我的目标是4.2.5或更高,它会说: [CodePush] Checking for update.
当我尝试实现codepush时,我收到了这个错误: Deprecated Gradle features were used in this build, making it incompatiblegenerated/rncli/src/main/java/com/facebook/react/PackageList.java:59: error: cannot find symbol
BUILD FAILE
我是CodePush (和cordova)的用户。我正在对之后的AppCenter做一些快速检查。我注意到AppCenter命令行界面似乎不如CodePush命令行界面强大/就绪。此时我的主要问题是此命令是否应该显示部署历史记录(包括旧的CodePush部署)?appcenter codepush deployment list -a owner/appName
我看到它只显示应用程序的部署密钥,但让它看起来也应该显示部署历史记录。我正在尝试使用命令行界面帮助(),但是抛出了一个错误:appcenter
(<null>,<anonymous ReactNativeHost>,boolean) constructor CodePush.CodePush(String,Context,boolean,String) is not applicable(actual and formal argument lists differ in length)
constructor Code