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