Android activity is incompatible with some libraries #1891
Replies: 2 comments 6 replies
-
Is there any reason you can't create a sub-class of
Then in your For example:
As far as I know, that is how it's supposed to be done, and I even implement something similar in my own projects. There is nothing to change in the Axmol source code. |
Beta Was this translation helpful? Give feedback.
-
Can i make a PR to add this feature and use AppCompatActivity? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Im trying add RevenueCat to my project on Android side, but
AxmolActivity
inherit fromandroid.app.Activity
and it don't implement theActivityResultCaller
. Because this, some libs that use activity result data don't work.Issue:
RevenueCat/purchases-android#1682
We can use other in Axmol or need really be
android.app.Activity
?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions