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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -