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
2 Answers 2
Turns out to be an issue with Jython. Removing it from the libs folder and the reference solved the issue.
1 Comment
This answer might help you. https://stackoverflow.com/a/24663045
It might be related to you using the java 8 JDK as your JDK for compiling.
Try switching it to the java 7 JDK.
1 Comment
Explore related questions
See similar questions with these tags.