[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
>From the log, I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile fr

[android-developers] Re: First app not working

2016-01-10 Thread Adrian Ivasku
I think you are trying to use the Android NDK (native) and you made an error in your gradle file. You need to either configure the gradle file with right configuration for android.ndk or force it to search the Android.mk file and read the configuration and the files to compile from there. On S