Soru & Cevap

Android Stusio ile buildbox projesi açarken hata alıyorum. ...

13.03.2019 - 12:37

Merhaba. Elimde Buildbox ile yapılmış bir kaç adet oyun var. Android dosyaları hali hazırda mevcut. Import project bölümünden studio'ya ekliyorum ve bu hata ile karşılaşıyorum ne yapacağımı şaşırdım bir yol gösterin lütfen 

ERROR: The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Remove minSdkVersion and sync project
Affected Modules: app

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
Affected Modules: app


WARNING: The targetSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
Remove targetSdkVersion and sync project
Affected Modules: app

 

11 Görüntülenme

1 Cevap

Sitedeki sorulara cevap verebilmek için giriş yapın ya da üye olun.

Profile picture for user osman.asar
osman.asar
19.11.2019 - 04:31

build.gradle içinde tüm "compile" yazan yerleri "implementation" yap.ve minSDKVersion alanı silermisin ?