lzhiyong / termux-ndk

android-ndk for termux
Other
532 stars 58 forks source link

ndk-r23打包项目失败。 #59

Closed iyutong closed 3 years ago

iyutong commented 3 years ago

Screenshot_20211005_135149_com termux Screenshot_20211005_135200_com termux

lzhiyong commented 3 years ago

错误的提示是,你自定义了toolchain的名字,在Application.mk文件里,删除NDK_TOOLCHAIN那一行

iyutong commented 3 years ago

删除以后,就提示这个错误

---原始邮件--- 发件人: @.> 发送时间: 2021年10月5日(周二) 下午4:55 收件人: @.>; 抄送: @.**@.>; 主题: Re: [Lzhiyong/termux-ndk] 打包失败,这是什么原因? (#59)

错误的提示是,你自定义了toolchain的名字,在Application.mk文件里,删除NDK_TOOLCHAIN那一行

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

iyutong commented 3 years ago

错误的提示是,你自定义了toolchain的名字,在Application.mk文件里,删除NDK_TOOLCHAIN那一行

删除以后提示这个错误 Screenshot_20211005_172015_com termux Screenshot_20211005_172010_com termux

lzhiyong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;
iyutong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;

这是什么情况 ![Uploading Screenshot_20211005_175647_com.termux.jpg…]()

iyutong commented 3 years ago

pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \; 这是什么情况

Screenshot_20211005_175647_com termux

iyutong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;

这。。。。 Screenshot_20211005_180222_com termux

iyutong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;

这。。。。 Screenshot_20211005_180222_com termux

iyutong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;

这。。。。 ![Uploading Screenshot_20211005_180222_com.termux.jpg…]()

iyutong commented 3 years ago
pkg install patchelf

cd /path/to/android-ndk-r23/prebuilt/linux-aarch64/bin

find . -name "py*" -exec patchelf --set-rpath '$ORIGIN/../lib' {} \;

这。。。。 Screenshot_20211005_180222_com termux

lzhiyong commented 3 years ago

Screenshot_2021-10-05-18-28-12-519_com termux Screenshot_2021-10-05-18-28-51-179_com android fileexplorer

lzhiyong commented 3 years ago

刚才我把termux-app编译了一遍,没有错误!

iyutong commented 3 years ago

刚才我把termux-app编译了一遍,没有错误!

编译最新版本的

lzhiyong commented 3 years ago

刚才我把termux-app编译了一遍,没有错误!

编译最新版本的

对的,才克隆的

iyutong commented 3 years ago

刚才我把termux-app编译了一遍,没有错误!

编译最新版本的

对的,才克隆的

难道是因为我在Linux里面运行的原因?