Seem to be getting this occurring error whenever I run my android application.
The only way to get around it is by rebuilding the project and runs normally again.
If anyone knows the reason for this will be much appreciated
Build Config is a java class that Gradle generates it at build time so your app can inspect current information of your build. By default, BuildConfig. java always generated at your app build time in each android module, and it comes with variables e.g., DEBUG, APPLICATION_ID, BUILD_TYPE and etc.
In recent versions of the Android Developer Tools (ADT) for Eclipse, there's a class called BuildConfig which is automatically generated by the build. This class is updated automatically by Android's build system (like the R class), and it contains a static final boolean called DEBUG, which is normally set to true.
Try Build -> Clean Project Then Build -> Make Project
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With