I create a game on buildbox I export the project but I can\'t start the game on android studio My problem is that I can\'t run the application or produce an apk file
implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support:design:27.1.0' implementation 'com.android.support:support-v4:27.1.0' implementation 'com.android.support:recyclerview-v7:27.1.0'
update your all support library to 27.1.0 like above and remove duplicates