scala-android / sbt-android-protify

Live-coding and hot-deploy for Android
Apache License 2.0
136 stars 8 forks source link

compensate for multiple dex files for single jars #5

Closed tek closed 9 years ago

tek commented 9 years ago

When creating the dex jar, the jar name (directory) is extracted from the path of a predexed dependency, although a jar can contain multiple dexes, which will be mapped to the same jar and cause a duplicate entry error.

pfn commented 9 years ago

thanks