Serdar Recepoğlu
Serdar Recepoğlu
Samsun
13/12/2016 tarihinden beri üye
145 GY Puanı
35K GY Sırası
2 Rozet
0 Sertifika
6 Soru Sordu
5 Cevap Verdi
0 Blog Yazısı
0 Etiket Takibi

Hakkında

İş Tecrubesi

Kullanıcıya ait İş tecrübesi bilgisi bulunmamaktadır.

Eğitim Geçmişi

Anadolu Üniversitesi
| Aralık 2020 - Aralık 2020

Sertifikalar & Başarılar

GY Sertifikaları (0)
Kullanıcının GY sertifikası bulunmamaktadır.
Diğer Sertifikaları (0)
Kullanıcıya ait sertifika bulunmamaktadır.
Test Sonuçları (0)

Kullanıcıya ait test sonucu bulunmamaktadır.

Dil Becerileri

Son Forum Aktiviteleri

11
Tümünü Gör

Emülatör de çalışan uygulama telefonumda çalışmıyor.

emulatörde uygulama sorunsuz çalışıyor Telefonumu emülatör olarak çalıştırdığımda uygulama istediğim şekilde çalışmıyor

Bir Önceki Activity Dönme

Herkese Merhaba,

Aşağıdaki kodla MAil gönderme işlemi yapıyorum sonuçlanınca bu mesaj beliriyor benim yapmak istediğim bu mesaj belirdikten sonra bir önceki activity e dönmesini sağlamak.. Teşekkürler..


@Override

protected void onPostExecute(String sonuc) {

progressDialog.dismiss();

if(sonuc != null){ Toast.makeText(context,"Arıza Bildiriminiz Tarafımıza Ulaşmıştır.Sizinle En Kısa Sürede İrtibata Geçeceğiz!",Toast.LENGTH_LONG).show();

}else{

Toast.makeText(context,"İşlem Başarısız, Lütfen Tekrar Deneyiniz!",Toast.LENGTH_LONG).show();
 

3 yıl 4 ay önce yanıtladın

Edittext Alt Satıra Alma

Herkese Merhaba,

 

Daha açıklayıcı olması açısından aşağıda kodu paylaşıyorum.. editTextTextPersonName ve editTextTextPersonName3 gelen mailin mesaj bölümüne yazdırıyorum 

+ '  ' + bu kodla iki edittexti birleştirip aralarına boşluk koyuyorum fakat editTextTextPersonName3 'ü bir alt satıra yazdıramadım.. Yardım ederseniz sevinirim...


editTextTextPersonName2.getText().toString(), editTextTextPersonName.getText().toString() + ' ' +editTextTextPersonName3.getText().toString());

3 yıl 4 ay önce yanıtladın

Butonla mail Gönderme

Herkese Merhaba,

Gmail altyapısıyla otomatik mail gönderme uygulama yazıyorum burada 3 adet edittext var 2. edittext konu bilgisi 3.edittext mesaj olarak geliyor buraya kadar bir sıkıntı yok fakat 1.edittext i 3.edittext le birleştirip mesaj olarak attıramadım.. Konu ile ilgili yardımcı olursanbız sevinirim...

 


@Override

protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

editTextTextPersonName3 = findViewById(R.id.editTextTextPersonName3);

editTextTextPersonName2 = findViewById(R.id.editTextTextPersonName2);

button = findViewById(R.id.button);

button.setOnClickListener(new View.OnClickListener() {

@Override

public void onClick(View v) {

mailgonderici mg = new mailgonderici(Ma

Android Studioda arkaplan müzik sorunu

Merhaba,

Arka planda müzik çalıyorum müzik android studio uygulamasında sorunsuz sürekli çalışıyor fakat telefona yüklediğimde uygulama açıldıktan 2 saniye sonra kesiliyor.. Ayrıca res klasörünün altında raw dosyasının içinde bulunan mp3 dosyamın formatı soru işareti şeklinde çıkıyor..Yardımcı olursanız sevinirim..

kod aşağıdaki gibi 


val arkaplanmuzik: MediaPlayer

arkaplanmuzik = MediaPlayer.create(this@SplashActivity, R.raw.arkafon)

arkaplanmuzik.start()

arkaplanmuzik.isLooping = true
 

 

3 yıl 6 ay önce yanıtladın

Butonla mail Gönderme

Tekrar merhaba,

Daha açıklayıcı olması açısından aşağıda kodu paylaşıyorum.. editTextTextPersonName ve editTextTextPersonName3 gelen mailin mesaj bölümüne yazdırıyorum 

+ '  ' + bu kodla iki edittexti birleştirip aralarına boşluk koyuyorum fakat editTextTextPersonName3 'ü bir alt satıra yazdıramadım.. Yardım ederseniz sevinirim...


editTextTextPersonName2.getText().toString(), editTextTextPersonName.getText().toString() + ' ' +editTextTextPersonName3.getText().toString());

Minimum SDK ayarı

11 Mayıs 2017 tarihinde cevaplandı

build gradle ekranı ekte.. Nerede yanlış yapıyorum inanın anlamış değilim..

Minimum SDK ayarı

10 Mayıs 2017 tarihinde cevaplandı

Arkadaşlar Android 5.0 lolipopta çalıştı uygulama... Fakat Kitkat 4.4.4 de çalışmıyor.. Lütfen yardım edermisiniz..

 

Minimum SDK ayarı

09 Mayıs 2017 tarihinde cevaplandı

Arkadaşlar build.grandle kodları ekteki gibi.. Yardım ederseniz çok memnun olurum..

Minimum SDK ayarı

08 Mayıs 2017 tarihinde cevaplandı

Aşağıdaki gibi bir hata alıyorum...

 

05-08 16:11:53.995 32726-32726/? D/dalvikvm: Late-enabling CheckJNI
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen I/dalvikvm: Could not find method android.view.Window$Callback.onProvideKeyboardShortcuts, referenced from method android.support.v7.view.WindowCallbackWrapper.onProvideKeyboardShortcuts
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to resolve interface method 16338: Landroid/view/Window$Callback;.onProvideKeyboardShortcuts (Ljava/util/List;Landroid/view/Menu;I)V
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to find class referenced in signature (Landroid/view/SearchEvent;)
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen I/dalvikvm: Could not find method android.view.Window$Callback.onSearchRequested, referenced from method android.support.v7.view.WindowCallbackWrapper.onSearchRequested
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to resolve interface method 16340: Landroid/view/Window$Callback;.onSearchRequested (Landroid/view/SearchEvent;)Z
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen I/dalvikvm: Could not find method android.view.Window$Callback.onWindowStartingActionMode, referenced from method android.support.v7.view.WindowCallbackWrapper.onWindowStartingActionMode
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to resolve interface method 16344: Landroid/view/Window$Callback;.onWindowStartingActionMode (Landroid/view/ActionMode$Callback;I)Landroid/view/ActionMode;
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen D/dalvikvm: VFY: replacing opcode 0x72 at 0x0002
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen I/dalvikvm: Could not find method android.content.res.TypedArray.getChangingConfigurations, referenced from method android.support.v7.widget.TintTypedArray.getChangingConfigurations
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to resolve virtual method 462: Landroid/content/res/TypedArray;.getChangingConfigurations ()I
05-08 16:11:54.435 32726-32726/com.example.serdar.aractanitimcitroen D/dalvikvm: VFY: replacing opcode 0x6e at 0x0002
05-08 16:11:54.445 32726-32726/com.example.serdar.aractanitimcitroen I/dalvikvm: Could not find method android.content.res.TypedArray.getType, referenced from method android.support.v7.widget.TintTypedArray.getType
05-08 16:11:54.445 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: VFY: unable to resolve virtual method 484: Landroid/content/res/TypedArray;.getType (I)I
05-08 16:11:54.445 32726-32726/com.example.serdar.aractanitimcitroen D/dalvikvm: VFY: replacing opcode 0x6e at 0x0008
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate: Exception while inflating <vector>
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate: org.xmlpull.v1.XmlPullParserException: Binary XML file line #17<vector> tag requires viewportWidth > 0
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.graphics.drawable.VectorDrawableCompat.updateStateFromTypedArray(VectorDrawableCompat.java:720)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.graphics.drawable.VectorDrawableCompat.inflate(VectorDrawableCompat.java:653)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.graphics.drawable.VectorDrawableCompat.createFromXmlInner(VectorDrawableCompat.java:615)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager$VdcInflateDelegate.createFromXmlInner(AppCompatDrawableManager.java:734)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager.loadDrawableFromDelegates(AppCompatDrawableManager.java:367)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:197)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:190)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager.checkVectorDrawableSetup(AppCompatDrawableManager.java:711)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:195)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.widget.TintTypedArray.getDrawableIfKnown(TintTypedArray.java:81)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegateImplBase.<init>(AppCompatDelegateImplBase.java:131)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegateImplV9.<init>(AppCompatDelegateImplV9.java:155)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegateImplV11.<init>(AppCompatDelegateImplV11.java:31)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegateImplV14.<init>(AppCompatDelegateImplV14.java:55)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:205)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:185)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatActivity.getDelegate(AppCompatActivity.java:519)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java:71)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at com.example.serdar.aractanitimcitroen.AnaSayfa.onCreate(AnaSayfa.java:16)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.Activity.performCreate(Activity.java:5451)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2377)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2471)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.ActivityThread.access$900(ActivityThread.java:175)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.os.Handler.dispatchMessage(Handler.java:102)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.os.Looper.loop(Looper.java:146)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at android.app.ActivityThread.main(ActivityThread.java:5602)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at java.lang.reflect.Method.invokeNative(Native Method)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at java.lang.reflect.Method.invoke(Method.java:515)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/VdcInflateDelegate:     at dalvik.system.NativeStart.main(Native Method)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen D/AndroidRuntime: Shutting down VM
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0x41776c08)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime: FATAL EXCEPTION: main
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime: Process: com.example.serdar.aractanitimcitroen, PID: 32726
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.serdar.aractanitimcitroen/com.example.serdar.aractanitimcitroen.AnaSayfa}: android.content.res.Resources$NotFoundException: File res/drawable/abc_vector_test.xml from drawable resource ID #0x7f020052
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2413)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2471)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.access$900(ActivityThread.java:175)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Handler.dispatchMessage(Handler.java:102)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Looper.loop(Looper.java:146)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.main(ActivityThread.java:5602)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invokeNative(Native Method)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invoke(Method.java:515)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at dalvik.system.NativeStart.main(Native Method)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:  Caused by: android.content.res.Resources$NotFoundException: File res/drawable/abc_vector_test.xml from drawable resource ID #0x7f020052
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.content.res.Resources.loadDrawable(Resources.java:3440)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.content.res.Resources.getDrawable(Resources.java:1917)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v4.content.ContextCompat.getDrawable(ContextCompat.java:374)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:202)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:190)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.checkVectorDrawableSetup(AppCompatDrawableManager.java:711)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:195)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.TintTypedArray.getDrawableIfKnown(TintTypedArray.java:81)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplBase.<init>(AppCompatDelegateImplBase.java:131)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV9.<init>(AppCompatDelegateImplV9.java:155)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV11.<init>(AppCompatDelegateImplV11.java:31)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV14.<init>(AppCompatDelegateImplV14.java:55)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:205)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:185)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatActivity.getDelegate(AppCompatActivity.java:519)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java:71)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.example.serdar.aractanitimcitroen.AnaSayfa.onCreate(AnaSayfa.java:16)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.Activity.performCreate(Activity.java:5451)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2377)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2471) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.access$900(ActivityThread.java:175) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Handler.dispatchMessage(Handler.java:102) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Looper.loop(Looper.java:146) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.main(ActivityThread.java:5602) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invokeNative(Native Method) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invoke(Method.java:515) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at dalvik.system.NativeStart.main(Native Method) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:  Caused by: org.xmlpull.v1.XmlPullParserException: Binary XML file line #17: invalid drawable tag vector
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.graphics.drawable.Drawable.createFromXmlInner(Drawable.java:986)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.graphics.drawable.Drawable.createFromXml(Drawable.java:930)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.content.res.Resources.loadDrawable(Resources.java:3436)
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.content.res.Resources.getDrawable(Resources.java:1917) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v4.content.ContextCompat.getDrawable(ContextCompat.java:374) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:202) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:190) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.checkVectorDrawableSetup(AppCompatDrawableManager.java:711) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.AppCompatDrawableManager.getDrawable(AppCompatDrawableManager.java:195) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.widget.TintTypedArray.getDrawableIfKnown(TintTypedArray.java:81) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplBase.<init>(AppCompatDelegateImplBase.java:131) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV9.<init>(AppCompatDelegateImplV9.java:155) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV11.<init>(AppCompatDelegateImplV11.java:31) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegateImplV14.<init>(AppCompatDelegateImplV14.java:55) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:205) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatDelegate.create(AppCompatDelegate.java:185) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatActivity.getDelegate(AppCompatActivity.java:519) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.support.v7.app.AppCompatActivity.onCreate(AppCompatActivity.java:71) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.example.serdar.aractanitimcitroen.AnaSayfa.onCreate(AnaSayfa.java:16) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.Activity.performCreate(Activity.java:5451) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1093) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2377) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2471) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.access$900(ActivityThread.java:175) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1308) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Handler.dispatchMessage(Handler.java:102) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.os.Looper.loop(Looper.java:146) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at android.app.ActivityThread.main(ActivityThread.java:5602) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invokeNative(Native Method) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at java.lang.reflect.Method.invoke(Method.java:515) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1283) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1099) 
05-08 16:11:54.455 32726-32726/com.example.serdar.aractanitimcitroen E/AndroidRuntime:     at dalvik.system.NativeStart.main(Native Method) 
05-08 16:11:56.587 32726-32726/com.example.serdar.aractanitimcitroen I/Process: Sending signal. PID: 32726 SIG: 9