vi / android-udp-bus

Android tool to exchange UDP packets
MIT License
11 stars 2 forks source link

This project is fake ? #4

Open CMingTseng opened 2 months ago

CMingTseng commented 2 months ago

Dear Sir

i use windows 10 & install rust

the app crash !!

because lost " libudphub.so" !!

so the "rust-android-gradle" not really work

image

and

someone bad !!

image

image

https://github.com/bkballoon

vi commented 2 months ago

libudphub.so is required for the app to work. If you don't want to compile it yourself, you can extract it from a pre-built apk.

I'm not sure how to use rust-android-gradle on Windows (and don't a Windows instance at hand to check). Maybe there is a way to build the library without rust-android-gradle.


Obviously, you can set up a virtual machine (e.g. WSL2) for Android development and build the app there.