Shubham Chakraborty
Shubham Chakraborty

Reputation: 59

Build/Compile Python to run python scripts

I want to build python executable for android in android studio that can run both commands and also scripts, like ytdlp for android by yausername/youtubedl-android I an new to cross compiling libaries for android can any one help me with the thing any help will be appreatiated

I tried to extract the libs from the yausername/youtubedl-android and run those but i want to create of my own.

Upvotes: 0

Views: 43

Answers (1)

Adel Alaa
Adel Alaa

Reputation: 158

  • Use Chaquopy (Android Studio plugin) to integrate Python into your Android app.\
  • You can also use python-for-android to compile Python and required libraries.\
  • Learn the basics of Android NDK from the documentation

Upvotes: 2

Related Questions