Status Update
Comments
li...@gmail.com <li...@gmail.com> #2
Can you confirm if this is a regression compared to a previous version you were using?
am...@gmail.com <am...@gmail.com> #3
Please provide info on the device model and API level used to reproduce the bug.
Running the sample above (with surface) at tip of tree on a pixel 7 device, I am able to observe the text change and button's ripple effect.
ni...@gmail.com <ni...@gmail.com> #4
I have attached a reproducer project. I think the key point is to also wrap RootContent
with Surface {}
.
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
enableEdgeToEdge()
setContent {
Surface {
RootContent()
}
}
}
}
na...@gmail.com <na...@gmail.com> #5
Reproducible on an API 34 emulator.
Properties
avd.ini.displayname Pixel 7 API 34
avd.ini.encoding UTF-8
AvdId Pixel_7_API_34
disk.dataPartition.size 6442450944
fastboot.chosenSnapshotFile
fastboot.forceChosenSnapshotBoot no
fastboot.forceColdBoot yes
fastboot.forceFastBoot no
hw.accelerometer yes
hw.arc false
hw.audioInput yes
hw.battery yes
hw.camera.back virtualscene
hw.camera.front emulated
hw.cpu.ncore 4
hw.device.hash2 MD5:3db3250dab5d0d93b29353040181c7e9
hw.device.manufacturer Google
hw.device.name pixel_7
hw.dPad no
hw.gps yes
hw.gpu.enabled yes
hw.gpu.mode auto
hw.initialOrientation Portrait
hw.keyboard yes
hw.lcd.density 420
hw.lcd.height 2400
hw.lcd.width 1080
hw.mainKeys no
hw.ramSize 2048
hw.sdCard yes
hw.sensors.orientation yes
hw.sensors.proximity yes
hw.trackBall no
image.androidVersion.api 34
image.sysdir.1 system-images/android-34/google_apis_playstore/arm64-v8a/
PlayStore.enabled true
runtime.network.latency none
runtime.network.speed full
showDeviceFrame yes
skin.dynamic yes
tag.display Google Play
tag.id google_apis_playstore
tag.ids google_apis_playstore
vm.heapSize 228
Description
Please file a bug against Android Studio.
'mksdcard' is missing from the SDK tools folder.
Also, sometimes:
cannot run mksdcard.exe
or
Unknown Error
Please file a bug against Android Studio.
Unable to install Intel HAXM
I have the following system:
Dell XPS 8930 Special Edition Tower Desktop - 9th Gen Intel 8-Core i9-9900K CPU up to 5.00 GHz, 64GB Memory, 1TB SSD + 2TB HDD, NVIDIA GeForce GTX 1050Ti 4GB GDDR5, DVD Burner, Windows 10 Pro
I installed Android studio latest version from this site
It gives me the unknown error.
I checked for the fix, and followed all steps, and did not work: including different Emulators.
Disabled Security Boot Control in BIOS options, Hyper-V, and reinstall Windows.
None of those worked, including different version of Android Studio 3.
However, I installed Android Studio 2.3.3, and it worked.
Android Studio 2.3.3June 8, 2017
Installers
Windows IDE bundle with SDK (64-bit): android-studio-bundle-162.4069837-windows.exe (2020009280 bytes)
Windows IDE only (64-bit): android-studio-ide-162.4069837-windows.exe (473299352 bytes)
Mac: android-studio-ide-162.4069837-mac.dmg (486148957 bytes)
I think the latest version of Android Studio does not work with this system.