也许有人可以帮助我。
如何生成类似于位于 android sdk-platform 中的 android.jar 的 jar 库。它应该删除所有方法实现并将其替换为throw new RuntimeException("Stub!");
:
AppWidgetManager() { throw new RuntimeException("Stub!"); }
public NdefMessage(NdefRecord[] records) { throw new RuntimeException("Stub!"); }
public NdefRecord[] getRecords() { throw new RuntimeException("Stub!"); }
所有公众成员也都在场。