Sam Maier

Results 2 issues of Sam Maier

### Description Calling the constructor of [play-services-basement's](https://mvnrepository.com/artifact/com.google.android.gms/play-services-basement) [ApiException](https://developers.google.com/android/reference/com/google/android/gms/common/api/ApiException#ApiException(com.google.android.gms.common.api.Status)), when using robolectric's [shadows-playservics](https://mvnrepository.com/artifact/org.robolectric/shadows-playservices), causes a VerifyError: ``` java.lang.VerifyError: Bad local variable type Exception Details: Location: com/google/android/gms/common/api/ApiException.(Lcom/google/android/gms/common/api/Status;)V @1: aload Reason: Type top...

Instead of forcing people to input an .apk as an argument, there could also be an option to pass a `classes.dex` file in place of the .apk. Some build systems...

enhancement