NekoBoxForAndroid icon indicating copy to clipboard operation
NekoBoxForAndroid copied to clipboard

BUG: Not able to build Libcore

Open SupVarunRaj opened this issue 7 months ago • 1 comments

Describe the problem

Expected behavior: Should be able to build a aar file for libcore

Actual behavior:

Getting this error while building libcore:

github.com/sagernet/sing-box/boxapi: module github.com/sagernet/sing-box@latest found (v1.11.13, replaced by ../sing-box), but does not contain package github.com/sagernet/sing-box/boxapi
github.com/sagernet/sing-box/nekoutils: module github.com/sagernet/sing-box@latest found (v1.11.13, replaced by ../sing-box), but does not contain package github.com/sagernet/sing-box/nekoutils

How to reproduce

  1. Clone the project.
  2. Clone sing-box at the root of the project
  3. Clone libneko at the root of the project

Provide helpful screenshots, videos, text descriptions, subscription links, etc.

log

If you have logs, please upload them. Please see the detailed steps for exporting logs in the documentation.

SupVarunRaj avatar Jun 18 '25 07:06 SupVarunRaj

modify the actions configuration file so that it only compiles aar for you, which will avoid a lot of environment errors

Mronezc avatar Jun 20 '25 08:06 Mronezc