Andrea Thacker

Results 2 issues of Andrea Thacker

I'm trying to flash a device using flashboot commands and I thought it would be handy to import this into android tool as an easy place to save and execute...

After cloning the project I tried to run the tests with `./gradlew test` but it continues to throw a 'ArrayIndexOutOfBoundsException` ``` Davids-MBP-2:kotlin-koans david$ ./gradlew test e: java.lang.ArrayIndexOutOfBoundsException: 450 at org.jetbrains.org.objectweb.asm.ClassReader.readUnsignedShort(ClassReader.java:2464)...