NekoBoxForAndroid
NekoBoxForAndroid copied to clipboard
guide to compile from source
hi thanks for your great project.
im trying to compile nekobox in android studio "import go.seq" is undefined im trying to build aar using "gomobile" i get this error:
libcore imports github.com/sagernet/sing-box/nekoutils: module github.com/sagernet/sing-box@latest found (v1.2.7), but does not contain package github.com/sagernet/sing-box/nekoutils
can you provide a step-by-step guide for compiling nekobox in android studio please? thanks in advance
https://github.com/MatsuriDayo/NekoBoxForAndroid/issues/177
There was a tutorial here
Current changes:
- jdk8 is required to build libcore
- gradlew must use a newer jdk, e.g. jdk17 is possible