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 not sure yet, but I'm guessing it's likely due to a change in Dagger 2 (since this is using the snapshot version), but compilation fails on this project with this error:
Error:android.test.ActivityInstrumentationTestCase2 has type parameters, cannot members inject the raw type.
If, indeed, Dagger 2 prevents this type of injection, I'm having a hard time seeing how to make this example work other than perhaps putting all the concrete test activity classes in the 'debug' variant source tree. Any ideas?
I'm using Android Studio 1.1.0.
Steps to reproduce this error: Clone this git module. Import the project into Android Studio. Go to 'Build' -> 'Make Module'.
The text was updated successfully, but these errors were encountered:
I'm not sure yet, but I'm guessing it's likely due to a change in Dagger 2 (since this is using the snapshot version), but compilation fails on this project with this error:
Error:android.test.ActivityInstrumentationTestCase2 has type parameters, cannot members inject the raw type.
If, indeed, Dagger 2 prevents this type of injection, I'm having a hard time seeing how to make this example work other than perhaps putting all the concrete test activity classes in the 'debug' variant source tree. Any ideas?
I'm using Android Studio 1.1.0.
Steps to reproduce this error: Clone this git module. Import the project into Android Studio. Go to 'Build' -> 'Make Module'.
The text was updated successfully, but these errors were encountered: