com.android.ide.common.process.ProcessException: Failed to execute aapt! What can I do?

just put this code inside build.gradle on the last part

configurations.all {
    resolutionStrategy {
        force 'com.android.support:support-v4:27.1.0'
    }
}

Leave a Comment