gpt4 book ai didi

android - mdtool,在 mac 上构建 android apk

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:26:37 24 4
gpt4 key购买 nike

我有一个 Xamarin 项目,希望使用 mdtool 和命令行构建一个 Android apk。这是设置:

我有一台 mac mini - Xamarin Studio 安装在上面,我有构建没问题的解决方案。现在从命令行这就是我想要做的

#REM Traverse to the folder which holds the .sln file
cd One/Xamarin/Android/OneAndroid

#REM start the build using mdtool
'/Applications/Xamarin Studio.app/Contents/MacOS/mdtool' -v build OneAndroid.sln

上面为我完成了构建,但是我没有得到 apk 文件。有人可以告诉我需要将哪个选项添加到 mdtool 上以生成 apk 文件吗?

谢谢拉杰什

我知道我可能缺少 mdtool 的一些参数

最佳答案

使用XBuild编译APK,例如:

xbuild MyXamarinAndroidApplication.csproj /p:Configuration=Release /t:SignAndroidPackage

这将在 Release模式下编译项目并生成签名和未签名的 APK。如果您只想要一个未签名的 APK:

xbuild MyXamarinAndroidApplication.csproj /p:Configuration=Release /t:PackageForAndroid

值得注意的是,您必须指定 .csproj,而不是 .sln。如果你给它一个解决方案文件,你会得到一个错误,提示它找不到“SignAndroidPackage”目标。

关于android - mdtool,在 mac 上构建 android apk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21333844/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com