Kişisel Sayfaları
İlgi Alanları
İş Tecrubesi
Eğitim Geçmişi
Sertifikalar & Başarılar
Kullanıcıya ait test sonucu bulunmamaktadır.
Dil Becerileri
Son Forum Aktiviteleri
4Android Emulator Kasması
Arkadaşlar merhaba andorid studio emulatoru açınca çok kasma yavaşlama var bunu nasıl düzeltebilirim
Android studio (emulator) hatası
Arkadaşlar selamlar,
Android studio programı indirdiğimden beri emulator açılmıyor hata veriyor.
Birçok kez videolardan bakarak denedim işe yaramadı vede programı silerek yapmaya çalıştım oda olmadı
1 cisi: Emulator: Process finished with exit code -1073741819 (0xC0000005)
2 cisi: Emulator: Could not initialize emulated framebuffer Bu hataları alıyorum.
Diğer sorunları
butonlar resimleri koymak için bi hata veriyor
1 cisi: Failed to load AppCompat ActionBar with unknown error.
2.cisi: This view is not constrained. It only has designtime positions, so it will jump to (0,0) at runtime unless you add the constraints The layout editor allows you to place widgets anywhere on the canvas, and it records the current position with designtime attributes (such as layout_editor_absoluteX). These attributes are not applied at runtime, so if you push your layout on a device, the widgets may appear in a different location than shown in the editor. To fix this, make sure a widget has both horizontal and vertical constraints by dragging from the edge connections.
Fakat bir çözümünü bulamadım.
Android Studio Düzgün Çalışmıyor
merhaba
style.xml. bulun oradan
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style>
arattın buldukdan sonra altdaki ile yer değiştirin.
<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar"> </style>