/usr/local/TeamCity/buildAgent/work/app/XXX.java:339: error: cannot find symbol
if (!original.url().toString().startsWith(BuildConfig.API_OAUTH) && AccessToken.getInstance() != null) {
^
symbol: variable API_OAUTH
location: class BuildConfig
TeamCity can't build my Android project. I think that it does not know what kind of build type is needed. Or am I mistaken and the error in something other?