importing jar libraries into android-studio

后端 未结 13 1712
孤独总比滥情好
孤独总比滥情好 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:16

    In the project right click

    -> new -> module
    -> import jar/AAR package
    -> import select the jar file to import
    -> click ok -> done
    

    You can follow the screenshots below:

    1:

    2:

    3:

    You will see this:

提交回复
热议问题