Marzaha

Results 4 comments of Marzaha

I maybe solve it,it seems python3 command not found . ```kotlin cargo { module = "src/main/rust/shadowsocks-rust" libname = "sslocal" //targets = listOf("arm", "arm64", "x86", "x86_64") targets = listOf("arm64") profile =...

StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build()); builder.detectFileUriExposure(); 在Application.onCreate()中执行以上方法即可解决 ps转自大神:http://blog.csdn.net/tanghongchang123/article/details/68490946