The Blockchain- Dapps Daily — 2nd Oct 2019 — Android&React-native
Nov 3 · 2 min read
I am going to compiler react-native application on Android device.
When I open my project in Android studio , it came up a lot of error. I am working on fixing these error.
> Task :app:compileDebugJavaWithJavac FAILED
E:\Project\Baypay\BitcoinWallet\android\app\src\main\java\com\bitcoinwallet\MainApplication.java:25: error: cannot find symbol
return BuildConfig.DEBUG;
^
symbol: variable BuildConfig
1 error


