Android app won't start on emulator to test(logcat incl.)

link textHi everyone, it is two days i’m trying to run my app thru an android emulator but without success.at the moment I don’t have any android device to test my app on, so I’m trying with emulators(other users on unreal forums confirms apps can run on emus). I tried Genymotion and Bluestacks but I always receive the message “App has stopped” or “App keeps stopping”. On Genymotion I’m trying two devices Nexus 7 API 22 5.1.0 and Nexus 9 API 24 7.0.0 without success. The project has been packaged with the following options:

Minimum SDK 21 Target SDK 21 Gradle ON GameData inside APK ON(tried off too but nothing) Disable verify OBB ON(tried off too aswell) support armv7 ON support OpenGL Es2 and Es3 ON

Android NDK is r12b and I’m using Unreal 4.17.1, I tried also a new empty project but without success. I the Logcat of the app crash, I hope you can help me guys. (package for IOS works)