Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Parse Exception when I build

I am developing an app for my family business and I can't figure out what the source of this build time error is?

Error:com.android.dx.cf.iface.ParseException: class name (BaseHTTPServer$py) does not match path (Lib/BaseHTTPServer$py.class)

I tried cleaning the project, deleting the /app/build folder as I was told elsewhere on the internet, and I tried to reset all my changes. Any help on what maybe causing this error and/or how to fix it would be great.

Edit 1: I am trying to use the Jython Library (http://www.jython.org/)

Edit 2: After retracing my steps it is now fixed.

Thanks and have a great day!

-Fisch

like image 998
Fischerk12 Avatar asked Nov 26 '25 22:11

Fischerk12


1 Answers

Turns out to be an issue with Jython. Removing it from the libs folder and the reference solved the issue.

like image 172
Fischerk12 Avatar answered Nov 29 '25 17:11

Fischerk12