Android .APK won't work

Hi there ! I’m using Unity on linux (dah) and i import aproject that i use in Windows. I compiled it to an Android .apk but when i try to install the .apk on the phone, the instalation fails. The projects works ok in Unity+Wine and in Windows, and the APK compiled in both works ok, but in ubuntu 15 won’t work. I’m using “android-sdk_r24.3.2-linux”

How does it fail? What’s the error?

“No se instaló la aplicación” (The application was not installed)

I already tried exporting my project for Android and it worked! So it is not a general problem.

What SDK and JDK are you using ? I change 3 diferents JDK and still not working.

Do you have development builds enabled? That caused me trouble but with a different error message.

I have SDK for Lollipop and Java 8 Update 60 installed.

It’s working for me as well, it sounds like some kind of problem with adb? Or maybe you don’t have space in your phone?