Status Update
Comments
fa...@google.com <fa...@google.com> #2
Can you please check your .iml files? Also, instead of opening the project, *import* it, that will completely rewrite your .iml files and you won't see that error again.
fa...@google.com <fa...@google.com>
[Deleted User] <[Deleted User]> #3
1) open AS,
2) delete the Gradle Java modules from the project,
3) re-import the Gradle Java modules to the project,
4) close AS,
5) re-open AS.
In that case AS does not *not* complain about Gradle Java modules to be non-Gradle Java modules, and I've confirmed that the generated *.iml files contain
However, if I do
6) close AS,
7) delete the *.iml files,
8) re-open AS,
then AS again complains *although* the generates files again contain
Can it be that AS is somehow performing the check for non-Gradle Java modules before the *.iml files are generated in case of just opening (instead of importing) the project?
ho...@gmail.com <ho...@gmail.com> #4
nr...@gmail.com <nr...@gmail.com> #5
[1]
jk...@gmail.com <jk...@gmail.com> #6
[Deleted User] <[Deleted User]> #7
fi...@gmail.com <fi...@gmail.com> #8
ko...@gmail.com <ko...@gmail.com> #9
pe...@gmail.com <pe...@gmail.com> #10
<!----------- My comment -------------->
pi...@gmail.com <pi...@gmail.com> #11
I have one main android application + six Android libraries.
We do not commit our .iml files to source control.
da...@gmail.com <da...@gmail.com> #12
sa...@gmail.com <sa...@gmail.com> #13
jo...@gmail.com <jo...@gmail.com> #14
ju...@gmail.com <ju...@gmail.com> #15
ka...@gmail.com <ka...@gmail.com> #16
[Deleted User] <[Deleted User]> #17
da...@gmail.com <da...@gmail.com> #18
ja...@gmail.com <ja...@gmail.com> #19
And are you, by any chance, using the com.github.dcendents.android-maven plugin? I upgraded from 1.4.2 of that to 1.5, and updated to Gradle 3.2 at the same time, and I'm seeing the error even after downgrading to AS 2.2.3.
I'm in the process of doing a clean install now, and then I'll be trying reverting back to the older version of both, to see if that changes anything.
ph...@gmail.com <ph...@gmail.com> #20
That said, it seems interesting to me that several people at once all seemed to run into the same thing. There may be something going on, still.
pa...@catchyour.com <pa...@catchyour.com> #21
pa...@catchyour.com <pa...@catchyour.com> #22
de...@gmail.com <de...@gmail.com> #23
dv...@gmail.com <dv...@gmail.com> #24
ma...@leviarto.com <ma...@leviarto.com> #25
d6...@gmail.com <d6...@gmail.com> #26
ba...@gmail.com <ba...@gmail.com> #27
pt...@gmail.com <pt...@gmail.com> #28
al...@gmail.com <al...@gmail.com> #29
6:48 PM Unsupported Modules Detected: Compilation is not supported for following modules: AndroidStudioProjects. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
I do not have any non-Gradle Java modules in my project.
gr...@gmail.com <gr...@gmail.com> #30
Android Studio 3.1.4
Build #AI-173.4907809, built on July 23, 2018
JRE: 1.8.0_152-release-1024-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-32-generic
I am not sure, but I believe this causes further errors which are quite problematic. I have several projects with this issue: in all of them, some dependencies that are defined in a module's build.gradle file cannot be resolved by AS. Actually, the dependencies are resolved and downloaded from the repositories and show up under "External Libraries" in Project view. However, everywhere I try to use any class from those dependencies... I get a "Cannot resolve symbol XYZ". So I end up stuck with unresolved imports, no way to navigate through classes, etc.
The wierdest thing, though, is that the app compiles fine and runs in a device. It's just AS cannot resolve symbols from well-resolved dependencies.
Project structure overview:
- "app" Android application module (Gradle); depends on "commons", "annotations" and "processor" modules -> *gets detected as non-Gradle*
- "commons" Android library module (Gradle) with common utils, views, dependencies, etc.
- "annotations" java module (Gradle)
- "processor" java module (Gradle)
The symbols that are not resolved by AS come from dependencies defined in the "commons" module.
I have invalidated caches, deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files... no luck whatsoever.
Any hints on this issue? Do you believe the "Unsupported Modules Detected" error has anything to do with the "Cannot resolve symbol" issue?
Thanks a lot and best regards.
ev...@gmail.com <ev...@gmail.com> #31
Did some research and this was the outcome after trying in Windows & Mac.
When importing a project you have a screen giving 2 options:
- Create project from existing sources
- Import project from external model
Inside the "Import project from external model" there are 2 more options:
- Android Gradle
- Gradle
If you select "Android Gradle" everything is fine, no false positive at all.
If you select Gradle you will get the false positive error message every time you open that project in Android Studio.
[Deleted User] <[Deleted User]> #32
lt...@gmail.com <lt...@gmail.com> #33
an...@gmail.com <an...@gmail.com> #34
hw...@gmail.com <hw...@gmail.com> #35
for one of older project
deleted .idea and .gradle folders, re-downloaded the project, deleted ~/.gradle/caches folder, deleted *.iml files..
work ok.
za...@gmail.com <za...@gmail.com> #36
+1
ma...@gmail.com <ma...@gmail.com> #37
when I double-click on the "build" gradle task - but the IDE can't build the Java modules itself. Better to use a Makefile for
building I guess ...
he...@richardcooke.io <he...@richardcooke.io> #38
la...@gmail.com <la...@gmail.com> #39
pr...@google.com <pr...@google.com> #40
If you get this message it is unlikely to be the same old issue. Please file a new bug and, if possible, share your idea.log
files (Help | Show Log...
). Thank you!
tl...@gmail.com <tl...@gmail.com> #41
bug reported
ro...@gmail.com <ro...@gmail.com> #42
th...@gmail.com <th...@gmail.com> #43
da...@gmail.com <da...@gmail.com> #44
da...@gmail.com <da...@gmail.com> #45
[Deleted User] <[Deleted User]> #46
+1
fr...@googlemail.com <fr...@googlemail.com> #47
ch...@gmail.com <ch...@gmail.com> #48
fu...@gmail.com <fu...@gmail.com> #49
lu...@gmail.com <lu...@gmail.com> #50
cz...@myszef.com <cz...@myszef.com> #51
dz...@gmail.com <dz...@gmail.com> #52
pu...@gmail.com <pu...@gmail.com> #53
ko...@gmail.com <ko...@gmail.com> #54
li...@gmail.com <li...@gmail.com> #55
ro...@gmail.com <ro...@gmail.com> #56
ak...@gmail.com <ak...@gmail.com> #57
ka...@gmail.com <ka...@gmail.com> #58
ta...@gmail.com <ta...@gmail.com> #59
p....@gmail.com <p....@gmail.com> #60
ar...@google.com <ar...@google.com>
ku...@gmail.com <ku...@gmail.com> #61
by...@gmail.com <by...@gmail.com> #62
bl...@gmail.com <bl...@gmail.com> #63
dg...@gmail.com <dg...@gmail.com> #64
pa...@gmail.com <pa...@gmail.com> #65
ar...@google.com <ar...@google.com>
wi...@gmail.com <wi...@gmail.com> #66
ro...@gmail.com <ro...@gmail.com> #67
this ticket is 5 years old.
th...@pulsify.io <th...@pulsify.io> #68
ch...@gmail.com <ch...@gmail.com> #69
sz...@gmail.com <sz...@gmail.com> #70
de...@gmail.com <de...@gmail.com> #71
ma...@gmail.com <ma...@gmail.com> #72
[Deleted User] <[Deleted User]> #73
da...@gmail.com <da...@gmail.com> #74
br...@gmail.com <br...@gmail.com> #75
[Deleted User] <[Deleted User]> #76
we...@gmail.com <we...@gmail.com> #77
ra...@linnify.com <ra...@linnify.com> #78
iw...@gmail.com <iw...@gmail.com> #79
ju...@gmail.com <ju...@gmail.com> #80
su...@gmail.com <su...@gmail.com> #81
na...@gmail.com <na...@gmail.com> #82
ga...@fassilavalle.com.ar <ga...@fassilavalle.com.ar> #83
ma...@gmail.com <ma...@gmail.com> #84
em...@gmail.com <em...@gmail.com> #85
aj...@gmail.com <aj...@gmail.com> #86
da...@gmail.com <da...@gmail.com> #87
th...@gmail.com <th...@gmail.com> #88
ge...@gmail.com <ge...@gmail.com> #89
gu...@gmail.com <gu...@gmail.com> #90
sj...@gmail.com <sj...@gmail.com> #91
th...@gmail.com <th...@gmail.com> #92
jo...@providence.org.c-03oege15.appstempdomain.goog <jo...@providence.org.c-03oege15.appstempdomain.goog> #93
si...@quitedo.com <si...@quitedo.com> #94
lu...@brandbastion.com <lu...@brandbastion.com> #95
+1
lg...@gmail.com <lg...@gmail.com> #96
de...@gmail.com <de...@gmail.com> #97
ni...@gmail.com <ni...@gmail.com> #98
al...@sada.com <al...@sada.com> #99
pa...@gmail.com <pa...@gmail.com> #100
ce...@gmail.com <ce...@gmail.com> #101
yupp same here.. don't have contact with the client anymore and would like to remove myself from the project
vi...@gmail.com <vi...@gmail.com> #102
fa...@gmail.com <fa...@gmail.com> #103
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com>
ef...@gmail.com <ef...@gmail.com> #104
Yaay: imgur . com/a/rnAFuO8
¯\_(ツ)_/¯
sa...@gmail.com <sa...@gmail.com> #105
ca...@gmail.com <ca...@gmail.com> #106
co...@maxcorbeau.com <co...@maxcorbeau.com> #107
FOR THE LOVE OF GOD FIX THIS !!!
Now I can't use Power BI because of this: someone has added me to GCP project integration-test-project / sixth-utility-385100 without me asking. I can't leave it, and when trying to use Power BI BigQuery connector, despite pointing it to another project, I get the below error I can't bypass (my guess is that the connector checks admin permissions for all projects I have access to and fails). Granted this is an issue with Power BI to start with, but it's made worse by the fact that we can't leave GCP projects.
DataSource.Error: ODBC: ERROR [42000] [Microsoft][BigQuery] (100) Error interacting with REST API: Access Denied: Project sixth-utility-385100: User does not have bigquery.jobs.create permission in project sixth-utility-385100 error
ju...@gmail.com <ju...@gmail.com> #108
sd...@gmail.com <sd...@gmail.com> #109
We are all the way from 2016 to 2023. I dont know for how many years more this thread goes on. I too have a ghost project. No idea how I got it and I have not a single permission to do anything but stays in my projects list. Why are you letting someone add sh*t into my plate. I don't want it. Please implement this much requested feature.
an...@gmail.com <an...@gmail.com> #110
r....@gmail.com <r....@gmail.com> #111
ra...@gmail.com <ra...@gmail.com> #112
re...@gmail.com <re...@gmail.com> #113
pr...@gmail.com <pr...@gmail.com> #114
mi...@gmail.com <mi...@gmail.com> #115
al...@gmail.com <al...@gmail.com> #116
sz...@googlemail.com <sz...@googlemail.com> #117
vo...@gmail.com <vo...@gmail.com> #118
ba...@hikari-sas.fr <ba...@hikari-sas.fr> #119
kr...@gmail.com <kr...@gmail.com> #120
qu...@multiminds.eu <qu...@multiminds.eu> #121
ko...@gmail.com <ko...@gmail.com> #122
as...@gmail.com <as...@gmail.com> #123
sy...@abloomai.com <sy...@abloomai.com> #124
go...@gmail.com <go...@gmail.com> #125
ma...@gmail.com <ma...@gmail.com> #126
al...@gmail.com <al...@gmail.com> #127
al...@gmail.com <al...@gmail.com> #128
ka...@gmail.com <ka...@gmail.com> #129
Hello,
I was made an Editor in one of these GC projects 14 (FOURTEEN. FOURTEEN F'ING YEARS GOOGLE. GET THAT RIGHT ) years ago alright. Now because Editor roles don't have permission to modify roles, they cannot remove themselves from the project. At least that's my case. Billing Support say they can't help. The owner of the account is not responding because the company f'ing shut down !!!
I simply see this as a security threat, I don't want to be associated with a project. You are causing so much trouble to me and other people.
Why won't you let us remove ourselves from a project ? We wish we could take you to the court for the inconvenience, trouble and suffering you are causing here. How would you feel if somebody kept their garbage in your backyard for 15 years by force, not letting you clean it up. You are causing so much pain
LET US SIMPLY BE ABLE TO LEAVE A PROJECT OMG
ka...@gmail.com <ka...@gmail.com> #130
get your sister, friends and family to vote and +1 this thread, anyone that is affected by this bug. This is not a feature request this is a core functionality that's missing, it's not just inconvenient, it's CRIMINAL to prevent your customers from leaving a project / service against their will.
let's all gather and take a look at the way Google treats their own GCP community. It's an embarrassment.
ba...@google.com <ba...@google.com>
su...@gmail.com <su...@gmail.com> #131
va...@google.com <va...@google.com> #132
Hi,
We have found that this issue is a duplicate of
To avoid duplicate reports, I'm going to close this issue, which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new issue on the
Thank you.
jo...@gmail.com <jo...@gmail.com> #133
The reason for duplicates to exist is because the issue which is annoying the hell out of a lot of developers has not been addressed in over what is it ? 13 Years, what a disgrace
vi...@gmail.com <vi...@gmail.com> #134
mz...@gmail.com <mz...@gmail.com> #135
Thank you for considering to implement this feature.
wb...@razoyo.com <wb...@razoyo.com> #136
qu...@gmail.com <qu...@gmail.com> #137
vi...@0x1.now <vi...@0x1.now> #138
ni...@gmail.com <ni...@gmail.com> #139
mv...@gmail.com <mv...@gmail.com> #140
zj...@gmail.com <zj...@gmail.com> #141
ya...@gmail.com <ya...@gmail.com> #142
da...@gmail.com <da...@gmail.com> #143
here in 2025 ... This is disrespectful!
Description
1. Somebody added me to a Google Cloud project (accidentally)
2. I see that unknown project in my list of projects
2.1: (optional) I panic(), because I thought that somebody hacked my account
3. Try to delete myself from the project, using the web console
What is the expected output? What do you see instead?
I want to be removed from the project, but, because I don't have permissions to do so, I can't.
What version of the product are you using? On what operating system?
Google Cloud web console.
Please provide any additional information below.
I'm don't have any relation with the owners of the project. I sent them already an email, asking to be removed, but they haven't do that (at this moment, at least).
On the other hand, I don't know if this bug could be used to harvest emails of GCP users, to later attempt to hack them in another way.
Also I never received any email asking me for approving the new project. That should be a minimum countermeasure for this problem.