Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将我的原生 C 引擎移植到android 2.1 using NDK r6,但我不能使用以下命令:adb root或adb remout我的 Nexus 引擎。我应该如何将我的引擎(.so 文件)上传到 Nexus one?
android 2.1 using NDK r6
adb root
adb remout
通常,您不应该在手机上添加额外的库(并依赖它们)。您的应用程序应该提供它需要打包在 apk 中的任何额外库并使用它们(并且只使用它们)。