This repository has been archived by the owner on Nov 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
Android build error in ionic capacitor #59
Comments
I need an answer on this please can anybody from the accountkit team help |
You have to change this number to be a bit smaller https://github.com/gurisko/cordova-plugin-accountkit/blob/master/src/android/AccountKitPlugin.java#L31 |
I have reduced it to 65530 but it didn't work. Please try and fix it please if possible please |
I fixed it for android works wonderfully |
Linking PR #64 |
Thanks
On Wednesday, June 26, 2019, 02:09:23 PM GMT+1, jcesarmobile <[email protected]> wrote:
Linking PR #64
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever i build my ionic capacitor app for android i get
E/AccountKitPlugin: java.lang.IllegalArgumentException: Can only use lower 16 bits for requestCode
at
android.support.v4.app.BaseFragmentActivityApi14.checkForValidRequestCode(BaseFragmentActivityApi14.java:79)
at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:748)
at org.apache.cordova.CordovaInterfaceImpl.startActivityForResult(CordovaInterfaceImpl.java:68)
at org.apache.cordova.facebook.AccountKitPlugin.executeLogin(AccountKitPlugin.java:136)
at org.apache.cordova.facebook.AccountKitPlugin$1.run(AccountKitPlugin.java:56)
The text was updated successfully, but these errors were encountered: