You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/Users/gringo/dev/bitwala/bitwala-app/0.31.0/android/app/src/main/java/com/bitwala/MainApplication.java:36: error: cannot find symbol
new CodePush(this.getResources().getString(R.strings.reactNativeCodePush_androidDeploymentKey), getApplicationContext(), BuildConfig.DEBUG),
^
symbol: variable strings
location: class R
/Users/gringo/dev/bitwala/bitwala-app/0.31.0/android/app/src/main/java/com/bitwala/MainApplication.java:36: error: cannot find symbol
new CodePush(this.getResources().getString(R.strings.reactNativeCodePush_androidDeploymentKey), getApplicationContext(), BuildConfig.DEBUG),
^
symbol: method getResources()
2 errors
:app:compileDebugJavaWithJavac FAILED
react-native run-android