How to put my libraries in front of android.jar by editing build.gradle in Android-Studio

前端 未结 9 836
你的背包
你的背包 2020-12-01 07:19

First Here\'s my Java Build Path in Eclipse: \"enter

These four jars \'common.jar,core

9条回答
  •  离开以前
    2020-12-01 07:35

    The simplest solution for me was to replace android.jar with one with the hidden API included. Get android.jar from this project library that provides access to Android hidden API and internal resources and place it to your ASDK platforms folder, to the platform you're compiling against (compileSdkVersion).

    I'm sure it works with Eclipse as well ))

提交回复
热议问题