Tal Kirshboim

Results 5 comments of Tal Kirshboim

removed 'MidiPlayer/src/META-INF/MANIFEST.MF' file that [broke the debug build of the MidiPlayer app](http://stackoverflow.com/questions/28586822/packagedebug-failed-to-seal-apk-on-android-studio)

#2 seems to resolve the compile errors from `opensl_stream.c`. I tested it by using code from #2 when building `pd-for-android` (see [@tkirshboim\pd-for-android](https://github.com/tkirshboim/pd-for-android/tree/tk-patch-2) ). The errors related to `clock_gettime` and `usleep`...

@AjBoogie The [example code](https://github.com/spotify/android-sdk/blob/cf06a97e2a707fadf1f70e7e570145bad71476af/auth-sample/src/main/java/com/spotify/sdk/android/authentication/sample/MainActivity.java) helped.

> Does anyone know what's going on with CircleCI? cannot debug it Upgrading Android Gradle Plugin, Gradle wrapper and `compileSdk` fixed the build issue for me (at least for the...

@BorisMolch Yes, this issue was recently solved by raising the minimum API level. See [this](https://github.com/libpd/pd-for-android/pull/124#discussion_r1231381711) comment.