Igor Ganapolsky
Igor Ganapolsky
Hello, all of the tests in MainActivityTest are failing: > java.lang.AbstractMethodError: abstract method "org.mockito.plugins.MockMaker$TypeMockability org.mockito.plugins.MockMaker.isTypeMockable(java.lang.Class)" at org.mockito.internal.util.MockUtil.typeMockabilityOf(MockUtil.java:29) at org.mockito.internal.util.MockCreationValidator.validateType(MockCreationValidator.java:22) at org.mockito.internal.creation.MockSettingsImpl.validatedSettings(MockSettingsImpl.java:232) at org.mockito.internal.creation.MockSettingsImpl.build(MockSettingsImpl.java:226) at org.mockito.internal.MockitoCore.mock(MockitoCore.java:64) at org.mockito.Mockito.mock(Mockito.java:1855) at org.mockito.internal.configuration.MockAnnotationProcessor.process(MockAnnotationProcessor.java:36) at...
### Is there an existing issue for the same bug? - [X] I have checked the troubleshooting document at https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/Troubleshooting.md - [X] I have checked the existing issues. ### Describe...
Hello, I am learning the `@Preview` api, and was hoping to see something in `GalleryScreen`. However, it is just blank:
You app crashes on the emulator with > Process: com.example.android.basicpermissions, PID: 16924 > java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.basicpermissions/com.example.android.basicpermissions.camera.CameraPreviewActivity}: java.lang.RuntimeException: Fail to get camera info Here's the screenshot. I propose...
Hello, I am unable to use your library to decrypt strings. I get an error: > Wrong key size at javax.crypto.spec.DESKeySpec.(DESKeySpec.java:155) at com.mobapphome.mahencryptorlib.MAHEncryptor.(MAHEncryptor.java:29) at com.mobapphome.mahencryptorlib.MAHEncryptor.newInstance(MAHEncryptor.java:46)
Hello, I am trying to build your project in Android Studio, but getting the following error: > Build file '/Users/igorganapolsky/workspace/git/kotlin/KotlinAcademyApp/desktop/build.gradle' line: 49 * What went wrong: A problem occurred evaluating...
I followed instructions on https://www.zigbee2mqtt.io/getting_started/flashing_the_cc2531.html. I get this error: > ./bootstrap: line 3: autoreconf: command not found And then after I install all the dependencies, I get this stacktrace: **autoreconf:...
Hello, I am trying to apply the Groovy plugin in Android Studio - like you suggested. However, I am getting this error: > .GradleException: You must apply the Android plugin...
The previous command was incorrect and would produce the following error: > WARN: ionic.project has been renamed to ionic.config.json, please rename it. Using this version of Cordova with older version...