android - Mac OSX - minSdk(API 18) > deviceSdk(API 15) -


i'm using android studio 2.1.1 on mac (version 10.9.2) , i'm receiving above error when trying run application i'm developing on android phone have connected. android phone samsung galaxy s blaze sgh-t769, android version 4.0.4.

i'm new android app development, appreciated.

your application's minsdkversion set 18, corresponds android 4.3. device android 4.0.4 devices, api level 15. cannot run minsdkversion 18 app on api level 15 device.

if objective able run app on device, edit minsdkversion (app/build.gradle or via file > project structure android studio main menu) 15 (or lower) instead of 18.


Popular posts from this blog

Apache NiFi ExecuteScript: Groovy script to replace Json values via a mapping file -

python 3.x - PyQt5 - Signal : pyqtSignal no method connect -