As it says in the documentation, "Supplying arguments to the superclass constructor is not currently possible" in a static_proxy. This prevents them inheriting directly from Java classes which don't have a zero-argument constructor, such as View and IntentService.
We may fix this in the future, but it's a difficult technical problem, and it seems that relatively few users are interested in the static_proxy feature anyway.
If this limitation affects anyone else, please click the thumbs up button below, and subscribe to this issue.
As it says in the documentation, "Supplying arguments to the superclass constructor is not currently possible" in a
static_proxy. This prevents them inheriting directly from Java classes which don't have a zero-argument constructor, such as View and IntentService.We may fix this in the future, but it's a difficult technical problem, and it seems that relatively few users are interested in the static_proxy feature anyway.
If this limitation affects anyone else, please click the thumbs up button below, and subscribe to this issue.