Search code examples
androidmacosandroid-studiojetbrains-ide

Autocomplete Layout Not working with CompileSdk 33


My problem arises when I want to run an app in debug mode with the device connected, but it told me that a library required a minimum of compileSDK 33.

When I change to this version, the autocomplete of the layout & I create on the code side does not work correctly.

I cannot create a component and fill it with its default properties, nor can I create the strings by pressing ALT + ENTER in Windows 11 OS.

When I return to CompileSDK 32, that problem no longer exists, but I cannot run the application directly if I do not update to 33.

The problem is in this library that requests it androidx.core:core:1.9.0-beta01@aar

  • Android Studio; Android Studio Chipmunk | 2021.2.1 Patch 2 Build #AI-212.5712.43.2112.8815526, built on July 10, 2022 Runtime version: 11.0.12+0-b1504.28-7817840 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Memory: 2048M

  • Operating System : macOS 13.0.1 (MAC m1 chip)

When I return to CompileSDK 32, that problem no longer exists, but I cannot run the application directly if I do not update to 33.


Solution

  • This issue is resolved in the Dolphin version of Android studio Please update your version to the below version

    Android Studio Dolphin | 2021.3.1 Patch 1 Build #AI-213.7172.25.2113.9123335, built on September 30, 2022 Runtime version: 11.0.13+0-b1751.21-8125866 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.