k0shk0sh/KAM

Build error

Opened this issue · 3 comments

when i get code and build project ,i get some error as below:
productsList.addAll(Arrays.asList(getResources().getStringArray(R.array.in_app_billing)));
mHelper = new IabHelper(this, getString(R.string.base64));

Error:(134, 80) error: cannot find symbol variable in_app_billing
Error:(135, 57) error: cannot find symbol variable base64

:)

these are private resources, i can't share them, thanks for understanding, however to fix the issue, you could create them in strings file.

you can pull again, i have add the resources.

Thank you. I understand :)