Michal Witek
Michal Witek
@AndreiMaz is this thing getting deployed right now? It might be reason for my issue https://github.com/nopSolutions/nopCommerce/issues/6286
I need that file too
Update: I created brand-new instruction for android. Check it out. https://rustdesk.com/docs/en/dev/build/android/ There is a part about this file
btw, any idea why this is not working? I mean any clue?
I read about something called [wifi keyboard](https://f-droid.org/zh_Hans/packages/com.volosyukivan/), maybe it's possible to integrate it with rustdesk. I'll try to do it. Wish me luck @rustdesk Here is repo, I guess it's...
I'm glad that someone took care about this issue.
How did you sign it? Try to temporally use debug sign: ``` sed -i "s/signingConfigs.release/signingConfigs.debug/g" ./flutter/android/app/build.gradle ``` Then use this command to build your apk: ``` flutter build apk --release...
Ok, I'll make a section in documentation about this, thanks for comments.
Proper pull request is already merged, check out [#3425](https://github.com/rustdesk/rustdesk/pull/3425)