accept-sdk-android
accept-sdk-android copied to clipboard
BuildConfig file is missing.
import net.authorize.acceptsdk.BuildConfig;
C:\Projects\Android\accept-sample-android\app\src\main\java\net\authorize\acceptsdk\parser\JSONConstants.java Error:(3, 31) error: cannot find symbol class BuildConfig Error:(60, 71) error: cannot find symbol variable BuildConfig
Dear @kiskunk ,
The BuildConfig file gets generated Automatically by AndroidStudio's Gradle build process. Are you using any other IDE or build process to build the code?
+1 use Android studio build project but not generate BuildConfig file