You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CodePush] Update is invalid - A JS bundle file named "index.android.bundle" could not be found within the downloaded contents. Please check that you are releasing your CodePush updates using the exact same JS bundle file name that was shipped with your app's binary.
error image
code-push-go build
set GOARCH=amd64
set GOOS=linux #or windows not available
go build -o code-push-go.exe main.go
mv code-push-go(.exe) <You project>
code-push-go create_bundle
./code-push-go create_bundle -t 1.1.1 -n xxx-Android -d TEST --description \"修复已知问题;优化使用体验;\"
The text was updated successfully, but these errors were encountered:
error log
error image
code-push-go build
code-push-go create_bundle
The text was updated successfully, but these errors were encountered: