Can't import project, says it already exists!? How to delete?
- By kedward777
- Android Development
- 2 Replies
disregard, there was a filesytem issue, the error message was red herring..
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thanks for the information-I was not aware of what version of Bluetooth the Sonim had until now. I went back and decided to play with the settings some more and found this screen (screenshot attached)-both the media box and the HD audio box were checked. I unchecked and rechecked media which did nothing, but when I unchecked HD audio I got audio over my truck stereo. I am guessing that the HD audio is a feature of 5.0 that is not backward compatible to/supported by 3.0:
![]()
it will depend on the phone, rom and such. i would head on over to xda and do some searches there for what you are looking for.
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.1"
defaultConfig {
applicationId "com.example.app5"
testApplicationId "com.example.app5.test"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.test.InstrumentationTestRunner"
testHandleProfiling true
testFunctionalTest true
}
testBuildType "debug"
testOptions {
reportDir "$rootDir/test-reports"
resultsDir "$rootDir/test-results"
unitTests {
returnDefaultValues true
all {
jvmArgs '-XX:MaxPermSize=256m'
if(it.name == 'testDebugUnitTest')
systemProperty 'debug', 'true'
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}
Ok what section
I wrote that the error is not in grandle! And I already saw these links and in them useless information that did not help me.SO has several questions almost exactly identical to this. Here's a couple that should get you started:
https://stackoverflow.com/questions/56617900/error-gradle-dsl-method-not-found-testimplementation
https://stackoverflow.com/questions...le-dsl-method-not-found-on-android-studio-3-3
nope no app.what you did was to use the system recovery to wipe cache.....you should be able to do a hard reset vs a factory reset from there as well.
I guess I would choose the Samsung after sale service, not sure how much they would charge me.If Samsung replaces the battery, I'd say yeh, because they should do it properly. If it's some third-party doing it, like in a mall stand or something, then good luck.
not exactly sure what you mean.How do you see what someone is doing when it comes up in the activity android server telecom???
ok well we are here if you need help.Thanks guys, knew it was out there somewhere, couple of things I'm not quite sure of, but I'm sure I can figure it out..