简体   繁体   中英

Android Studio Giving Error While Building APK

I was building an APK from Android Studio And first it gave error something like this:

Failed to find Build Tools revision 23.0.3 then i installed the above required tool and when i clicked on Build APK again, it gave me an error. Its image link is given, please help me how to solve it. Here is the link for image.

You should have this lines at your build.gradle file

android {
    compileSdkVersion 23
    buildToolsVersion '23.0.3' // you will change this line with correct version
    defaultConfig {
        applicationId 'com.kapgel.consumer'
     }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM