Hi Guys i faced the following problem while buildi...
# getting-started
a
Hi Guys i faced the following problem while building gradle Error:Error converting bytecode to dex: Cause: PARSE ERROR: class name (com/pharoslive/views/buttons/RobotoBoldButton) does not match path (com/pharosLive/views/buttons/RobotoBoldButton.class) ...while parsing com/pharosLive/views/buttons/RobotoBoldButton.class note : I am using only kotlin classes it generates this for all kotlin classes please advise
t
abanoub.wagdy91: have you tried a clean build?
h
There's a difference in case: the "class name" has a lowercase 'l' in "pharoslive", whereas the "path" has uppercase, "pharosLive". Could that be it?
a
yes you are completely right
that was the issue
I was thinking that it will replace the package name automatically
Thanks a lot Hugh
🙂 1
@trevjones yes i cleaned it more than once
the issue was in package name
Thanks man @trevjones