souvlaki icon indicating copy to clipboard operation
souvlaki copied to clipboard

Support for Android Platform

Open eigenric opened this issue 3 months ago • 1 comments

I was trying to compile spotify-player in Termux (Android Linux Distribution) which depends on souvlaki. I got the following error

/src/platform/mod.rs:25:1
 | mod platform;                        
 ^^^^^^^^^^^^^ `platform` redefined here       
 = note: `platform` must be defined only once 
in the type namespace of this module

eigenric avatar Nov 01 '24 10:11 eigenric