Unable to run in Android Emulator #3536
Answered
by
RangerRick
RangerRick
asked this question in
Q&A
-
My project is open-source, you can see the code/configuration here. I have reports from people with actual Android phones that my app runs fine for them, but I am completely unable to run in an emulator now. It always fails like this:
Any idea what's going on here? |
Beta Was this translation helpful? Give feedback.
Answered by
RangerRick
Sep 10, 2020
Replies: 1 comment
-
Figured it out. I'm using a 3rd-party capacitor plugin that's not been converted to AndroidX yet. Upgrading the plugin fixed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RangerRick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out. I'm using a 3rd-party capacitor plugin that's not been converted to AndroidX yet. Upgrading the plugin fixed it.