android can't find class from external jar

后端 未结 2 1214
耶瑟儿~
耶瑟儿~ 2020-12-06 16:58

I am trying to create a simple test app that basically extends the Android Hello World tutorial app by invoking some simple functionality from an external JAR. However, when

2条回答
  •  悲&欢浪女
    2020-12-06 17:29

    i. Generate Jar for your external Classes

    ii. Copy to Libs folder of your Android Project

    iii. Open Eclipse->Right Click on Jar->Add To Build Path.

    iv. Clean Project and Run Application.

提交回复
热议问题