Soru & Cevap

Google Maps Apı ekleme ...

12.12.2016 - 04:23

Uygulama ma google maps eklemek istiyorum fakat 65536 hata kodu veriyor .Bilen bir arkaaş varsa cevap verirse sevinirim

34 Görüntülenme

8 Cevap

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

picture-21203-1418223380.jpg
murat_balcı
02.04.2017 - 11:30

 

compile 'com.android.support:multidex:1.0.0'

 

bunlardan lazım olanı ekle 
compile 'com.google.firebase:firebase-core:10.0.1'

compile 'com.google.firebase:firebase-auth:10.0.1'

compile 'com.google.android.gms:play-services-auth:10.0.1'

compile 'com.google.firebase:firebase-database:10.0.1'

compile 'com.google.android.gms:play-services-maps:10.0.1'

compile 'com.google.android.gms:play-services:10.0.1'

 

compile 'com.google.android.gms:play-services:10.0.1'
//eksik olanlara firebase.google.com adresinden ekleyebilirsin

<application android:name="android.support.multidex.MultiDexApplication" (bunu eklemeyi unutma )

android:allowBackup="true"

android:icon="@mipmap/ic_launcher"

android:label="@string/app_name"

android:supportsRtl="true"

android:theme="@style/AppTheme">
 

 

app.gradle kısmınıda aşağıdakileri eklemelisin


android {

compileSdkVersion 25

buildToolsVersion "25.0.2"

defaultConfig {

multiDexEnabled true

applicationId "com.murat.murat.hey_taksi"

minSdkVersion 17

targetSdkVersion 25

versionCode 1

versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }
 

Profile picture for user tabur.0323
tabur.0323
14.12.2016 - 04:10

Hacam yaptım dediğinizi fahat yine çalışmadı sırası ile hata sayfalarının gönderiyorum

/sites/default/files/cevaplar/dosya/2020/file-sf1.png /sites/default/files/cevaplar/dosya/2020/file-sf2.png /sites/default/files/cevaplar/dosya/2020/file-sf3.png /sites/default/files/cevaplar/dosya/2020/file-sf4.png
MUHAMMET ÇAĞATAY
14.12.2016 - 04:14
Googleden api key alıp manifeste ekledin mi?
Balı
14.12.2016 - 04:51
Evet Hocam
picture-15873-1477252697.png
muhammetcagatay
14.12.2016 - 01:53

google map için firebase değil Maps servislerini kullanmalısın, firebaseyi kaldır bunları ekle

 

    compile 'com.google.android.gms:play-services:+'
    compile 'com.google.android.gms:play-services-gcm:+'
    compile 'com.google.android.gms:play-services-location:+'

 

Profile picture for user tabur.0323
tabur.0323
14.12.2016 - 12:51

Ve nereye kopyalıyacam

Profile picture for user tabur.0323
tabur.0323
14.12.2016 - 12:19

Hocam kusura bakmayın servisi nereden bakabilirim

 

MUHAMMET ÇAĞATAY
14.12.2016 - 12:49
Ne için firebase kullanıyorsun?
Balı
14.12.2016 - 01:02
Google map için hocam
picture-15873-1477252697.png
muhammetcagatay
14.12.2016 - 12:14

Firebase hatası diğer bir arkadaşta da vardı. Sanırım jar kullandın kütüphaneyi.

File > Project Structure > app > dependencies > Firebase yi kaldır.

sonra fireabseyi tekrar ekle gradleye

compile 'com.google.firebase:firebase-core:10.0.1'


kullandığın servise göre lazım olanı aşağıdna seç

com.google.firebase:firebase-core:10.0.1	Analytics
com.google.firebase:firebase-database:10.0.1	Realtime Database
com.google.firebase:firebase-storage:10.0.1	Storage
com.google.firebase:firebase-crash:10.0.1	Crash Reporting
com.google.firebase:firebase-auth:10.0.1	Authentication
com.google.firebase:firebase-messaging:10.0.1	Cloud Messaging and Notifications
com.google.firebase:firebase-config:10.0.1	Remote Config
com.google.firebase:firebase-invites:10.0.1	Invites and Dynamic Links
com.google.firebase:firebase-ads:10.0.1	AdMob
com.google.firebase:firebase-appindexing:10.0.1	App Indexing



 

Profile picture for user tabur.0323
tabur.0323
14.12.2016 - 12:06

Hocam çok sağolun ma tekrar hata veriyor

 

/sites/default/files/cevaplar/dosya/2020/file-hata_25.png
picture-15873-1477252697.png
muhammetcagatay
12.12.2016 - 05:38

Multidex i aktif etmen gerekiyor

https://gelecegiyazanlar.turkcell.com.tr/soru/android-google-maps#answer-id-42646

 

linkte cevaplamıştım bakabilirsin.