SDL 2.0.7 && Samsung Galaxy S2 with 16 API level

Both SDLActivity.java and SDLControllerManager.java have import java.util.Objects line and Objects.Equals(…, “”) method execution. That is why app crashes on Samsung Galaxy S2.

Need remove import java.util.Objects line from these files and repace Objects.Equals with …isEmpty() (String.isEmpty()).

Thanks, this is fixed in the latest snapshot:
http://www.libsdl.org/tmp/SDL-2.0.zip