Universal-Debloater-Alliance / universal-android-debloater-next-generation

Cross-platform GUI written in Rust using ADB to debloat non-rooted Android devices. Improve your privacy, the security and battery life of your device.
GNU General Public License v3.0
1.73k stars 63 forks source link

bug(compilation): Ambiguous name error when compiling from source #501

Open Minoxs opened 3 weeks ago

Minoxs commented 3 weeks ago

Describe the bug

When compiling from source (with or without --release) an error is raised about ambiguous naming in the iced_style package.

image

The next one might also happen:

image

Expected behavior

UAD compiles without error.

You have a solution?

Perhaps not the correct solution, but as a temporary workaround:

Look for the files which raised errors and change the following:

image

image

Provide logs

N/A

Acknowledgements

B0ney commented 2 weeks ago

Does rustup update solve the issue?

Minoxs commented 2 weeks ago

I just tried it and it did not solve. Same issue.

I even cleared .cargo\registry after updating and still nothing.