You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to programming and this is my first time using jnius.
I intend to create an android application that makes calls to different numbers, so I decided to use jnius and use the autoclass and cast functions, making an optimized import, I managed to import the autoclass but not cast.
I'm programming using windows 10, Python 3.7.4, and my IDE is Pycharm, and I'm using jnius 1.3.0 (the last one at the moment)
(This information may be useful)
The text was updated successfully, but these errors were encountered:
1/ you should be able to import both at the same time. from jnius import autoclass, cast
2/ running this code on windows won't work anyway, as you don't have access to the android api there, make sure to test on android.
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
I'm new to programming and this is my first time using jnius.
I intend to create an android application that makes calls to different numbers, so I decided to use jnius and use the autoclass and cast functions, making an optimized import, I managed to import the autoclass but not cast.
My code is supposed to look like this:
(This information may be useful)
The text was updated successfully, but these errors were encountered: