Hi, i import an .aar file into xamarin.android project who has 3 classes. One is a simple class with no extends. The second class is an activity who extends from Activity class. And the last class is an activity who extendes from AppCompatActivity. When i want to use them in my xamarin.android project, i only can reference the simple class and the activity who extendes from Activity class. The last class, who extendes from AppCompatActivity is not available to use. Any idea? Sorry for bad english. Thanks.
↧