dexmaker icon indicating copy to clipboard operation
dexmaker copied to clipboard

How to proxy anonymous inner class?

Open benmarten opened this issue 7 years ago • 1 comments

cannot proxy inaccessible class class com.leanplum.testproj.MessagesListActivity$1MyListAdapter

Getting this error, when trying to run:

proxyAdapterClass = ProxyBuilder.forClass(existingListAdapter.getClass())
     .dexCache(activity.getDir("leanplumClassDir", Context.MODE_PRIVATE))
     .handler(handler)
     .build();

Looks like proxying anonymous inner classes is not supported by dexmaker, is it?

benmarten avatar Feb 15 '17 22:02 benmarten

@benmarten did you find any update on this issue?

ed-abe avatar Jun 04 '19 19:06 ed-abe