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 应用程序,我想将一个 .swf 文件附加到它以用于某些目的(比如在 webview 中播放它)。
有没有办法做到这一点?我应该如何开始?
向 APK 添加资源的方法有两种:
将它放在/res/raw您的项目或assets文件夹中。
/res/raw
assets
指南: