Closed AshwinNBhanushali closed 9 years ago
What version of Android are you compiling with?
I am compiling with version 4.2(Jellybean)
Because of the nature of this project, you need to compile with the latest version of the platform SDK. You can still have minimum and target API levels which are older and lint will protect you from calling too-new methods.
I am getting compilation error while using the lib below is the error
E:\Sync\app\src\androidTest\java\kamlesh\sync\activities\DashboardTest.java:31: error: cannot access TaskStackBuilder assertThat(activity.spinner).isGone(); ^ class file for android.app.TaskStackBuilder not found
I am using Android Studio 1.0.2. Here is the screenshot