MRN
MRN

Reputation: 193

Scala library in build path doesn't expose its version (Android App Dev)

I am receiving the following error when I add android-scala.jar to the build path of my android application: The scala library found in the build path doesn't expose its version. Please replace the scala library with the scala container or a valid scala library jar. Does anyone have any idea what maybe causing this or a potential solution to this problem?? Let me know if more information is helpful; however, I cannot even get the emulator to launch with the current error.

Thanks,

Michael

Upvotes: 2

Views: 908

Answers (1)

Iulian Dragos
Iulian Dragos

Reputation: 5712

The library needs to be called scala-library.jar, and it has to contain the original library.properties file from the standard Scala library jar.

Upvotes: 1

Related Questions