I have a problem with building aar file
nniicckk6 opened this issue · 2 comments
Hello, i have an issue, cant make aar file for android studio. Here is logs.
C:\Users\andro>go clean -cache -modcache
C:\Users\andro>cd C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\NekoBoxForAndroid-1.2.8\libcore
C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\NekoBoxForAndroid-1.2.8\libcore>gomobile init
C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\NekoBoxForAndroid-1.2.8\libcore>go mod tidy -v
go: downloading github.com/sagernet/sing v0.2.16-0.20231021090846-8002db54c028
go: downloading github.com/codeclysm/extract v2.2.0+incompatible
go: downloading github.com/miekg/dns v1.1.56
go: downloading github.com/sagernet/sing-dns v0.1.10
go: downloading github.com/sagernet/sing-tun v0.1.17-0.20231026060825-efd9884154a6
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
go: downloading github.com/h2non/filetype v1.1.3
go: downloading github.com/juju/errors v1.0.0
go: downloading golang.org/x/net v0.17.0
go: downloading golang.org/x/sys v0.13.0
go: downloading golang.org/x/tools v0.14.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61
go: downloading github.com/sagernet/gvisor v0.0.0-20230930141345-5fef6f2e17ab
go: downloading github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97
go: downloading github.com/google/btree v1.1.2
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading github.com/scjalliance/comshim v0.0.0-20230315213746-5e51f40bd3b9
go: downloading golang.org/x/mod v0.13.0
go: downloading github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74
go: libcore imports
github.com/matsuridayo/libneko/neko_common: github.com/matsuridayo/libneko@v1.0.0: replacement directory ../../libneko does not exist
go: libcore imports
github.com/matsuridayo/libneko/neko_log: github.com/matsuridayo/libneko@v1.0.0: replacement directory ../../libneko does not exist
go: libcore imports
github.com/matsuridayo/libneko/protect_server: github.com/matsuridayo/libneko@v1.0.0: replacement directory ../../libneko does not exist
go: libcore imports
github.com/matsuridayo/libneko/speedtest: github.com/matsuridayo/libneko@v1.0.0: replacement directory ../../libneko does not exist
go: libcore imports
github.com/matsuridayo/sing-box-extra/boxapi: github.com/matsuridayo/sing-box-extra@v1.0.0: replacement directory ../../sing-box-extra does not exist
go: libcore imports
github.com/matsuridayo/sing-box-extra/boxbox: github.com/matsuridayo/sing-box-extra@v1.0.0: replacement directory ../../sing-box-extra does not exist
go: libcore imports
github.com/matsuridayo/sing-box-extra/boxmain: github.com/matsuridayo/sing-box-extra@v1.0.0: replacement directory ../../sing-box-extra does not exist
go: libcore imports
github.com/matsuridayo/sing-box-extra/distro/all: github.com/matsuridayo/sing-box-extra@v1.0.0: replacement directory ../../sing-box-extra does not exist
go: libcore imports
github.com/sagernet/sing-box/adapter: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/common/conntrack: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/common/process: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/experimental/libbox/platform: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/nekoutils: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/option: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/sagernet/sing-box/outbound: github.com/sagernet/sing-box@v1.0.0: replacement directory ../../sing-box does not exist
go: libcore imports
github.com/codeclysm/extract tested by
github.com/codeclysm/extract.test imports
github.com/stretchr/testify/require: github.com/matsuridayo/libneko@v1.0.0 (replaced by ../../libneko): reading ....\libneko\go.mod: open C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\libneko\go.mod: The system cannot find the path specified.
go: libcore imports
github.com/miekg/dns tested by
github.com/miekg/dns.test imports
golang.org/x/sync/errgroup: github.com/matsuridayo/libneko@v1.0.0 (replaced by ../../libneko): reading ....\libneko\go.mod: open C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\libneko\go.mod: The system cannot find the path specified.
go: libcore imports
github.com/codeclysm/extract imports
github.com/juju/errors tested by
github.com/juju/errors.test imports
gopkg.in/check.v1: github.com/matsuridayo/libneko@v1.0.0 (replaced by ../../libneko): reading ....\libneko\go.mod: open C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\libneko\go.mod: The system cannot find the path specified.
C:\Users\andro\Downloads\NekoBoxForAndroid-1.2.8\NekoBoxForAndroid-1.2.8\libcore>
Maybe you can help me pls
Why was my ticket closed?