How could I import wallet-core to android project correctly? #2173
Answered
by
korinsek
RBLabJohnathan
asked this question in
Q&A
-
Hi comunity I try to import wallet core to my android project with android studio bumblebee and gradle 8.0, unfortunately not any good shot. I create "Personal Access Token" with github. And declare to build.gralde like this:
but still get error like this:
Is any advice or hint help me out I will very appreciate that. |
Beta Was this translation helpful? Give feedback.
Answered by
korinsek
Jun 30, 2022
Replies: 2 comments 2 replies
-
I assume that your Personal Access Token is not set properly - double-check if you have permissions for More details how you can check/add it:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RBLabJohnathan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume that your Personal Access Token is not set properly - double-check if you have permissions for
read:packages
More details how you can check/add it:
read:packages
permission and save the changes