An android app (source code) I downloaded from the web is working on one
android phone and not working on other 2 phones ...
need guidance.
App working in Samsung / Android ver 4.12 but not working in moto G / ver
5.1 and HTC one / Ver 6.0
Started my first app development. Downloaded a location tracking app and
created a APK; App working in Samsung / Android ver 4.12 but not working in
moto G / ver 5.1 and HTC one / Ver 6.0
Using Android studio .... Can some one help ? Manifest xml posted here ....
Error is " application stopped unexpectedly ... "
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.marginalhacks.locationexample"
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.+'
compile 'com.google.android.gms[image: :p]lay-services:+'
}
--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-developers/50d7ba4d-194f-4535-8830-8ff45e63fbc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.