[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 \"修复已知问题;优化使用体验;\"
error log
error image
code-push-go build
code-push-go create_bundle