Questions tagged «armv7»

30
架构armv7的未定义符号
这个问题一直让我发疯,我无法解决该问题。 Undefined symbols for architecture armv7: "_deflateEnd", referenced from: -[ASIDataCompressor closeStream] in ASIDataCompressor.o "_OBJC_CLASS_$_ASIDataDecompressor", referenced from: objc-class-ref in ASIHTTPRequest.o "_deflate", referenced from: -[ASIDataCompressor compressBytes:length:error:shouldFinish:] in ASIDataCompressor.o "_deflateInit2_", referenced from: -[ASIDataCompressor setupStream] in ASIDataCompressor.o ld: symbol(s) not found for architecture armv7 collect2: ld returned 1 exit status Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with …
307 ios  armv7 

6
Android Studio 3.0风味尺寸问题
升级到Studio Canary版本。我之前的Telegram Messenger项目中出现以下错误。 错误:所有风味现在必须属于命名的风味维度。没有将风味“ armv7”分配给风味尺寸。进一步了解https://d.android.com/r/tools/flavorDimensions-missing-error-message.html 我该怎么办?我已经看过该链接,但不知道该怎么办。我现在有3个构建变体,即release,debug和foss。

3
为什么要在armeabi代码上使用armeabi-v7a代码?
在我当前的项目中,我使用了多个.so文件。它们位于armeabi和armeabi-v7a文件夹中。不幸的是.so文件之一是6MB,我需要减小文件大小。我不想使用胖的APK文件,而是只使用armeabi文件并删除armeabi-v7a文件夹。 根据NDK文档,armeabi-v7a代码是扩展的armeabi代码,其中可以包含额外的CPU指令。所有这些都超出了我的专业知识,但是我质疑为什么要同时拥有armeabi-v7a和armeabi代码。一定要有一个很好的理由,对吗? 在我的测试设备上,这一切似乎都可以正常工作。这些具有ARM v7 CPU。可以安全地假设现在一切正常吗?

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.