I'm having some issues deploying from my eclipse Kepler environment to my Android phone. The problems appear to be in class: com.android.dx.cf.cst.ConstantPoolParser.
I am trying to find the source for this class for Android 4.1.2. I have downloaded all of the sources I can find in my android sdk. I did a find for this class name. I've explored directory tree and can't seem to find what I'm looking for.
I googled the classname and did find: https://android.googlesource.com/platform/dalvik2/+/master/dx/src/com/android/dx/cf/cst/ConstantPoolParser.java but have no idea what version this is or how to navigate to the proper version.
I then found the site https://android.googlesource.com/platform/dalvik.git/+refs which looks like it has what I need. Does anyone know which of these is the source for build tools 19.01?