user1632229
user1632229

Reputation: 19

Is there a possibility to run the swf file to android 2.3?

I'm currently developing an android apps and I want to attach a .swf file to it for some purpose(like play it in a webview).

Is there a way to do it ? How should I start?

Upvotes: 0

Views: 429

Answers (1)

sweisgerber.dev
sweisgerber.dev

Reputation: 1836

There are two ways of adding resources to APKs:

Place it in /res/raw of your project or in the assets folder.

Guides for:

Upvotes: 1

Related Questions