Closed nikosurya closed 5 years ago
Can you give more details? What method call caused this error? How is AK setup on your project?
i got this error in if (AccountKit.getCurrentAccessToken() != null)
This seems like an issue with your AndroidManifest.xml file then. When the manifests are being merged, we put a provider in your application called "${applicationId}.AccountKitInitialization" Few suggestions for what to check:
how can i check $applicationId. is it in
if i remove the accountKit.get.... the app can run but appears the same error somewhere.
@nikosurya Are you using Accountkit from the main process or a secondary process? If you have multiple processes you'll need to initialize Accountkit manually from the second process.
the title is the error i got. i already tried to use another post answer but i still get the error. can anyone explain why this error happened and how to solve it. is it AccountKit.initialize already desperate?