skip to Main Content

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.

2

Answers


  1. Chosen as BEST ANSWER

    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.


  2. The XML auto complete suitable for SDK33 is present in more recent Android Studio IDEs for those versions, use for example the following versions:

    enter image description here

    For the case of Chipmunk | 2021.2.1 which is the latest update as of today this problem has not been fixed yet. And apparently it will never be fixed in Chipmunk.

    IssueTracker: enter link description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search