React native application not running from the android studio.

When I run the project from the android studio.

I also changed the DetachBuildConstants string in DetachBuildConstants.java file.
Here is my DetachBuildConstants.java code

package host.exp.exponent.generated;

// This file is auto-generated. Please don’t rename!
public class DetachBuildConstants {

public static final String DEVELOPMENT_URL = “exp3f93d554d1574ae4a5f8248422484b58://192.168.0.105:19000”;
}

Still it gives the error

Something wents wrong

Package is not running at http://192.168.0.105:80

I also check by changing the DEVELOPMENT_URL to exp3f93d554d1574ae4a5f8248422484b58://192.168.0.105:80 but still the error is not resolved.
Any perment solution for this issue.
Please reply to this issue.

Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.