Configure eclipse to use my own Android SDK (framework.jar)

前端 未结 3 1331
你的背包
你的背包 2020-12-15 14:52

I made a custom framework.jar for my device. This new framework include a new API which I\'d like to use in my apps. Unfortunately, besides I included my own framework.jar i

3条回答
  •  星月不相逢
    2020-12-15 15:20

    Try this:

    • create new floder in your project put floder name="libs"
    • and include the library here.
    • And Run the app
    • I hope it's working

提交回复
热议问题