-
Sorry if this feels like a noob question. But I would like to know if it's possible to run a demo through android emulator. |
Beta Was this translation helpful? Give feedback.
Answered by
zeerooth
Jan 25, 2022
Replies: 1 comment 1 reply
-
Hello! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wusyong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
To run your app through an emulator you need to open the project in Android Studio with
cargo android open
and then follow these instructions:https://developer.android.com/studio/run/emulator
This should hopefully work for you