Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Assets-related crashes after update on Android #183

@mhagmajer

Description

@mhagmajer

After updating react-native to 0.19.0 and react-native-code-push to 1.7.1-beta, any code pushes to my app caused it to crash. Java exceptions were related to the app not being able to find the bundled resources. I followed the instructions carefully making sure that the JS bundle file is named correctly and that all the assets were bundled along and that code-push sent them to the app just fine. This crash also made the app unable to receive any additional updates...

I solved the problem by moving all static image resources to Android drawable resources and publishing a new version in the Play store. I'm not able to code-push any additional assets though which is a bummer...

@lostintangent I think this is related to the recent support for bundling assets for Android. How can we debug this more?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions