Viet Hoang
Viet Hoang
Sorry @wysaid, I don't speak Chinese so can't really understand what happen. The thing is I got hit with this error on my release build, debug build works all fine....
Yes, it's indeed a Proguard problem, add this to your proguard rules: ``` -keep class org.wysaid.nativePort.** { *; } ```
You can add this method to your extension of `CropImageView` to reset both scale and rotation: ```java public void reset() { final Drawable drawable = getDrawable(); if (drawable == null)...
The null is due to `kapt` won't be able to generate the necessary classes. I believe Gradle is also a part of the problem. After messing around with various combination...
I try to run FFMP without FFMMR and get this stack trace: ``` D/MainActivity: onScanCompleted V/FFmpegMediaPlayer-JNI: native_init V/FFmpegMediaPlayer-JNI: native_setup V/FFmpegMediaPlayer-JNI: setDataSourceFD: fd 32 E/libOpenSLES: pAudioSrc: channelMask=0x3 numChannels=1 W/libOpenSLES: Leaving Engine::CreateAudioPlayer...
just a typical Android video, should be the same one as the one I sent in [this ](https://github.com/wseemann/FFmpegMediaMetadataRetriever/issues/95)
Sorry, this seem like a problem on my part, I'll try to investigate more before coming back.
Wow you are really dedicated, I'll try and and come back in a minute. Thank you so much for your time.
Sorry, my bad. It seems like Android Studio still using my old code base why trying `FFmpegMediaBundle` so I think it's working (super annoying Instant Run). After re checking many...
Hello again @wseemann, I understand you still haven't had time for this project yet. However, I would like to put my issue here, hopefully it will save you some development...