Answers for "cannot find symbol BuildConfig.DEBUG symbol: variable BuildConfig"

1

cannot find symbol BuildConfig.DEBUG symbol: variable BuildConfig

I had the same issue and it was resolved by simply adding following import 
statement in MainApplication.java:

import com.facebook.react.BuildConfig;
Posted by: Guest on August-18-2021

Code answers related to "cannot find symbol BuildConfig.DEBUG symbol: variable BuildConfig"

Browse Popular Code Answers by Language