:app:compileDebugJavaWithJavac
/Users/asciiman/Documents/Code/GoStudent/bt2/android/app/src/main/java/com/bt2/MainApplication.java:30: error: constructor BraintreePackage in class BraintreePackage cannot be applied to given types;
new BraintreePackage()
^
required: Context
found: no arguments
reason: actual and formal argument lists differ in length
1 error
The readme says to add new BraintreePackage() to MainActivity.java, but the constructor looks like public BraintreePackage(Context activityContext).
The readme says to add
new BraintreePackage()to MainActivity.java, but the constructor looks likepublic BraintreePackage(Context activityContext).