dogckr
Hectopat
- Katılım
- 29 Haziran 2021
- Mesajlar
- 131
- Çözümler
- 2
Daha fazla
- Cinsiyet
- Erkek
Emülatörü çalıştırıp alert diyalog öğremeye çalışıyorum ama bu hataları alıyorum.
Actvity main XML'dan mevcut apiyi değiştirsem de aynı hatayı alıyorum.
SDK ayarları başka bir uygulamada emülatörü açıyor.
Proje oluştururken minimum SDK 24'dü ben 34 yaptım düzeldi ama diğerlerinde düzgün çalışıyordu anlamadım.
Kod:
An issue was found when checking AAR metadata:
1. Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that.
depend on it to compile against version 34 or later of the.
Android APIs.
:app is currently compiled against android-33.
Recommended action: Update this project to use a newer compileSdk.
of at least 34, for example 34.
Note that updating a library or application's compileSdk (which
allows newer APIs to be used) can be done separately from updating.
targetSdk (which opts the app in to new runtime behavior) and.
minSdk (which determines which devices the app can be installed.
on).
Actvity main XML'dan mevcut apiyi değiştirsem de aynı hatayı alıyorum.
SDK ayarları başka bir uygulamada emülatörü açıyor.
Proje oluştururken minimum SDK 24'dü ben 34 yaptım düzeldi ama diğerlerinde düzgün çalışıyordu anlamadım.
Son düzenleme: