Discussion Integrating AW Player into Anime Witcher

thesoim

Rookie
Hello friends, I apologize for my limited English skills and for relying on translation. I have a question: you know the Anime Witcher app for watching anime, which uses an external player called AW Player. I want to integrate AW Player into the app. For example, I could specify a path and add the player directly to the app so there's no need to install it separately. How can I do this? I've tried many times. What's the solution?
 
You can’t fully integrate just by setting a file path. Android apps are sandboxed.
I think you should get the AW Player SDK/source code and import it into your app, or launch the installed player with an Intent.
Otherwise, use as a built-in player instead of relying on an external app.
 
Back
Top Bottom