Call cvxpy Python library on Android

61 views Asked by At

I need to call python function in Android Studio. I have tried Chaquopy and run simple program successfully. However my Python program need to import cvxpy library and it fails to import cvxpy through wheel file. Is there other ways to call Python function in Android Studio?

0

There are 0 answers