我使用apportable将我的目标c代码导出到Android设备中,但我得到以下错误: -
command failed: /Users/ibrahimissawi/.apportable/SDK/toolchain/macosx/ninja/ninja --no-strip-ansi-escapes -j 4 /Users/ibrahimissawi/.apportable/SDK/Build/android-armeabi-debug/LetterRingSound/LetterRingSound-debug.apk
答案 0 :(得分:-1)
此错误表示您的代码中可能有一些警告。例如在非void函数中,你不返回bool值。请查看终端中的详细错误信息。