skip to Main Content

Program type already present

I am having the following issue, and could not find any solution: Build.gradle : apply plugin: 'com.android.application' android { /*signingConfigs { config_release { keyAlias 'XXXXXXX' keyPassword XXXXXXX' storeFile file('C:/Users/...') storePassword 'XXXXXXX' } }*/ compileSdkVersion 27 buildToolsVersion '27.0.3' defaultConfig { applicationId…

VIEW QUESTION
Back To Top
Search