what is DexPathList

  • Thread starter Thread starter Android Central Question
  • Start date Start date
A

Android Central Question

hello, I have recently started android development. I am currently facing a problem. whenever I export my app into a signed apk and then I install it, my app crashes and it has something to do with DexPathList. What is it exactly?
Thanks
 
It's the path to your dex files. (If you have a path hardcoded, like C:\<something>, it's not going to work in Android. Either have the files in the app's directory or start with / (if the files are always in a known location).