This message was deleted.
# community-support
s
This message was deleted.
v
Without any more information, not more than "don't declare circular dependencies"
a
Hi Niharika, can you explain more about the problem? What error are you seeing? What Gradle config have you got? What have you done to try and fix the problem? Do you have any idea what the cause might be?
i
actually i am trying to make a notepad app taking reference from the video link given below:

https://youtu.be/or_pH92l-IQ?si=LeKdGvazJcqGpSsf

But i think i am facing problem in the shared snippet at public class ExampleInstrumentedTest which is showing the given error
v
Can you share your build scripts or the whole project?
You have a self-dependency in
app
, even twice
Copy code
implementation project(path: ':app')
implementation project(path: ':app')
That doesn't seem to make much sense and is most probably the reason for the circular dependency
i
the below is the manifest file:
v
?
i
i removed these two lines from the code and synced it again but now i am getting this error: Kindly solve
v
That's not a Gradle question anymore though, please ask in some Android community. 🙂
i
No issues but if you have any solutions please do share
v
I'm not an Android developer and the question is off-topic. 😉
i
ok sir thanks for the help
👌 1