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.
我想以编程方式创建打包的资源文件,并且(这就是问题所在)直接在 android 手机上正在运行的应用程序中。有没有办法在手机上执行“aapt.exe”,或者是否有另一种方法可以从 java 库中创建 resource._rsc 文件?
谢谢回答!
Android 是基于 Linux 的操作系统,而 .exe 文件是 Microsoft Windows 可执行文件。您无法在 Linux 中执行 .exe,至少在没有仿真软件的帮助下是无法执行的。