Skip to content

Im just building the APK file from react native cli after creating the project and then run the metro its install the debug app but not reflect changes even the metro disconnect from emulator and physical devices ! #2579

Open
@salmanfursi

Description

I've encountered an issue where changes made to my React Native CLI project do not reflect in the debuger after building and installing the APK on a physical device. Here's a summary of the steps I've taken:

  1. Built the project using ./gradlew assembleRelease, which successfully created the APK.
  2. Installed the APK on my device and the app launched successfully.
  3. However,after that im install the debugger for show the modification but when im making in changes and going to reloading through Metro Bundler, the changes do not reflect on the device even its lost the metro connection with the emulator or any physical device .

I've attempted the following troubleshooting steps without success:

Reloaded the Metro Bundler.
Deleted caches and cleaned Gradle.
Restarted the development server.
Rebuilt and reinstalled the debugger apk multiple times.
and try every possible solution that given from ai and internet still failed

The app still fails to reflect new changes. Any help or guidance would be appreciated!

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