Getting it running on Ubuntu #193
lucygeneric
started this conversation in
General
Replies: 1 comment
-
That is optional dependency. I use that because I want to display screen-record videos within the manager, and that is the only package that support desktop :/
Agree. #194 By the way feel free to make PRs! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @fzyzcjy
I am really excited to start using this, having a couple of issues on Ubuntu 22.04 LTS connecting to an Android Emulator
Firstly, this is not related to your package, but dart_vlc is a bit of pita alexmercerind/dart_vlc#13. This one is probably a direct result of this machine but I thought I would let you know in case someone else asks the Q.
The second thing is that to get the system to run I had to make this change:
const kConvenientTestManagerHost = '10.0.2.2';
I think thats something to do with networking on the droid emulator but I can't remember the reason behind it, you probably know more than me :D
Beta Was this translation helpful? Give feedback.
All reactions