Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken builds on Android #31

Open
1 task done
inakianduaga opened this issue May 3, 2017 · 1 comment
Open
1 task done

Fix broken builds on Android #31

inakianduaga opened this issue May 3, 2017 · 1 comment

Comments

@inakianduaga
Copy link
Owner

inakianduaga commented May 3, 2017

  • Developer menu not showing was related to physical keyboard option in emulator being set incorrectly

  • /app/build/generated/.../BuildConfig.java file has the following options

/**
 * Automatically generated file. DO NOT MODIFY
 */
package com.reactnativets;

public final class BuildConfig {
  public static final boolean DEBUG = Boolean.parseBoolean("true");
  public static final String APPLICATION_ID = "com.reactnativets";
  public static final String BUILD_TYPE = "debug";
  public static final String FLAVOR = "";
  public static final int VERSION_CODE = 1;
  public static final String VERSION_NAME = "1.0";
}

which shows that usually the app will run under on dev mode. It's automatically generated by the build process

  • npm run android just runs cd android; ./gradlew installDebug
@inakianduaga
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant