Status Update
Comments
ro...@gmail.com <ro...@gmail.com> #2
Adding some logs
uc...@google.com <uc...@google.com>
ku...@google.com <ku...@google.com>
je...@google.com <je...@google.com> #3
Alex, looks like we need to do some work on the IDE side where it is expecting the manifest package name to be found in the manifest file. Instead, that code should rely on the model information which is provided through sync and stop accessing the manifest file at all.
basically changing the code in .idea.model.MergedManifestInfo - getMergedManifestSupplier IIUC.
ga...@google.com <ga...@google.com> #4
This particular problem is a duplicate of internal build
Migrating to namespace
DSL while using Chipmunk or Bumblebee may cause IDE performance issues.
gi...@gmail.com <gi...@gmail.com> #6
Is this fixed in Dolphin (2021.3.1 Patch 1) ?
Description
Build: AI-213.7172.25.2113.8473230, 202204191820,
AI-213.7172.25.2113.8473230, JRE 11.0.13+0-b1751.21-8125866x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2400.0x1350.0, 1920.0x1080.0, 1920.0x1080.0
AS: Dolphin | 2021.3.1 Canary 9 Kotlin plugin: 213-1.6.21-release-334-AS6777.52 Android Gradle Plugin: 7.3.0-alpha09 Gradle: 7.4.2 Gradle JDK: version 11.0.13 NDK: from local.properties: (not specified), latest from SDK: (not found) CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please readhttps://developer.android.com/studio/report-bugs.html carefully and supply all required information.
When builindg my project I got theese two messages for my modules:
As suggested I added the package names as 'namespace` in their respective gradle files
Doing the suggested remove of the package names in both
manifest.xml
the IDE began to be very slow and following messages flooded the idea logs:Working with the IDE got quite cumbersom...
Rolling back to introduce the package names again in the manifests again, eased the situation:
Or did I just missed something obvious... ?