Files
openp2p/app
TenderIronh 791d910314 3.6.5
2023-03-05 00:44:22 +08:00
..
2022-11-03 11:07:32 +08:00
2022-11-05 18:22:16 +08:00
2022-11-03 11:07:32 +08:00
2022-11-03 11:07:32 +08:00
2022-11-03 11:07:32 +08:00
2022-11-03 11:07:32 +08:00
2022-11-03 11:07:32 +08:00
2022-11-03 11:07:32 +08:00
2023-03-05 00:44:22 +08:00
2022-11-03 11:07:32 +08:00

Build

cd core
go get -v golang.org/x/mobile/bind
gomobile bind -target android -v
if [[ $? -ne 0 ]]; then
    echo "build error"
    exit 9
fi
echo "build ok"
cp openp2p.aar openp2p-sources.jar ../app/app/libs
echo "copy to APP libs"

cd ../app
./gradlew build