Android gradle issue with sdk versions -
i had error being returned after doing build emulator though none shown when doing rebuild. after online research discovered reason might compilesdkversion , buildtoolsversion not matching or compilesdkversion not being supported targetsdkversion. unfortunately changing compilesdkversion 18 doesn't rather returns huge number of errors. have idea how resolve this?
compilesdkversion 24 buildtoolsversion "25.0.0" ... minsdkversion 18 targetsdkversion 24 ... compile 'com.android.support:appcompat-v7:24.2.1'
if using buildtoolsversion '25.0.0', habe use compilesdkversion 25
if using compilesdkversion 24, have use buildtoolsversion 24.0.3
Comments
Post a Comment