How to add the jar file into the build path

后端 未结 3 427
星月不相逢
星月不相逢 2020-12-19 19:47

currently i am working on the nd file upload and download from ftp server to android. now i am having the jar file which i need to use in my application.can to please sugge

3条回答
  •  难免孤独
    2020-12-19 20:19

    As long as the entry

    
    

    is in your .classpath then you can change the android.jar in the build path simply by selecting which Android API level you want in project-> properties-> Android (the build path updates automatically)

提交回复
热议问题