Status Update
Comments
zy...@gmail.com <zy...@gmail.com> #2
Information redacted by Android Beta Feedback.
ka...@gmail.com <ka...@gmail.com> #3
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
zy...@gmail.com <zy...@gmail.com> #4
Workaround/fix for me is to reinstall the Home app from the Play Store.
Pixel 6 Pro (raven), Baklava (BP22.250103.008)
Home Version 3.28.1.7
com.google.android.apps.chromecast.app
Hope this helps some users get control back over their smart home tech while a fix is prepared.
Pixel 6 Pro (raven), Baklava (BP22.250103.008)
Home Version 3.28.1.7
Hope this helps some users get control back over their smart home tech while a fix is prepared.
si...@gmail.com <si...@gmail.com> #5
Workaround for me is to ask Gemini "List my devices"
Description
I have a project containing a very simple Renderscript portion. Since I updated to MacOS 10.15, I can no longer compile or even sync the project. I suspect it has to do with 10.15 dropping support for 32bit?
On a sync, I get:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:compileDebugRenderscript'.
> A problem occurred starting process 'command '/Users/zynique/Library/Android/sdk/build-tools/28.0.3/arm-linux-
androideabi-ld''
I have the following in my gradle file (Including EVERYTHING just for incase):
apply plugin: 'com.android.application'
"
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "REMOVED"
minSdkVersion 19
targetSdkVersion 28
versionCode REMOVED
versionName "REMOVED"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
renderscriptTargetApi 22
renderscriptSupportModeEnabled true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
dataBinding {
enabled = true
}
}
allprojects {
repositories {
google()
jcenter()
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
androidTestImplementation('com.android.support.test.espresso:espresso-core:3.0.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
implementation 'com.android.support:design:28.0.0'
implementation 'com.mcxiaoke.volley:library:1.0.19'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.googlecode.plist:dd-plist:1.16'
implementation 'com.github.siyamed:android-shape-imageview:0.9.+@aar'
implementation 'org.jsoup:jsoup:1.8.3'
implementation 'com.google.android.gms:play-services-auth:11.0.4'
implementation 'com.google.android.gms:play-services-location:11.0.4'
implementation 'com.google.android:flexbox:1.0.0'
implementation 'com.otaliastudios:zoomlayout:1.1.0'
implementation "android.arch.lifecycle:extensions:1.1.1"
implementation "android.arch.lifecycle:viewmodel:1.1.1"
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.3'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.3'
// Optional, if you use support library fragments:
debugImplementation 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.3'
}
"
If I remove the renderscript part (and the code that uses it) then everything works fine again. I figured that updating "arm-linux- androideabi-ld" to something else - might be the answer... but, I don't know how or to what. I have tried updating to buildTools 29.0.2, and I also tried updating to the latest Gradle. Neither had made a difference. Please let me know if there is anything else I need to add to this?
Build: AI-191.8026.42.35.5900203, 201909252113,
AI-191.8026.42.35.5900203, JRE 1.8.0_202-release-1483-b49-5587405x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15, screens 1440x900, 1920x1080
AS: 3.5.1; Android Gradle Plugin: 3.5.0; Gradle: 5.4.1; NDK: from local.properties: (not specified), latest from SDK: (not found); LLDB: pinned revision 3.1 not found, latest from SDK: (package not found); CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: 3.12.3