• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Unable to detect how to resolve this bug...

jon80

Member
The sample application indicates that the return type is incompatible however I cannot quite understand as the underlying type appears to be a generic (T) type.

...
public class SampleTests extends ActivityInstrumentationTestCase2<MainActivity>
...
 

Attachments

Back
Top Bottom