importing jar libraries into android-studio

后端 未结 13 1713
孤独总比滥情好
孤独总比滥情好 2020-11-29 01:32
android-studio 0.2.7
Fedora 18

Hello,

I am trying to add the jtwitter jar to my project.

First I tried doing the following:

13条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 02:06

    There are three standard approaches for importing a JAR file into Android studio. The first one is traditional way, the second one is standard way, and the last one is remote library. I explained these approaches step by step with screenshots in this link:

    https://stackoverflow.com/a/35369267/5475941.

    I hope it helps.

提交回复
热议问题