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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -