Android: Include External Jar in Build (Without Eclipse)

前端 未结 1 1448
夕颜
夕颜 2021-01-18 14:08

I\'m working with Android at the moment, trying to avoid using Eclipse (for which I have an irrational hatred).

I need to include an external .jar file

相关标签:
1条回答
  • 2021-01-18 14:50

    Just put it in the libs/ directory. Everything else is taken care of from there -- no Ant script modifications are needed. For example, here is a sample project showing integrating a BeanShell interpreter this way.

    0 讨论(0)
提交回复
热议问题