Open dpnkrg opened 4 years ago
No, we don't support Android Studio. This library requires CPython and will not work on android. Do you need a math library for android?
This error occurs because dalvik converts files to the .dex format in which infix functions can give such errors.
Any similar library? Can we port this?
Hi @dpnkrg! It'd be very helpful to learn what you're trying to achieve. What do you want to do with the library? Without understanding this, it's hard to suggest another library or give any recommendations.
@MKhalusova @devcrocod I have a very similar problem: I would like to use a numpy-like lib in my kotlin projects on mobile (predominantly android) as well as on desktop. Any thoughts on how to link the numpy c-sources in such a way that we don't have to rewrite all the numpy code in kotlin?
For my concrete example projects, the following would suffice:
We are exploring the ways to remove Python dependencies. Thank you for the information about which API is useful for your tasks.
Yes, It will be beneficial for us.
Hi there! Any progress on this feature? Thanks!
Hi, any update on this feature.
Can we use this library in the Android Studio?
As of now, I am facing this error?
Error: Method name '@' in class 'org.jetbrains.numkt.math.ArithmeticOperatorsKt' cannot be represented in dex format.
How ho resolve this?