To be precise, these are not errors in the source code for Activity/View , namely:
- Your IDE cannot find the
android.annotation.CallSuper class in this classpath. - It cannot enable the
trackActivity method in the android.app.Activity class.
This is because the SDK is a subset of the real Android platform. The SDK provided by the aka Open API developers uses many of the capabilities of the aka platform Internal APIs , so they cannot be found in your path to the SDK 24 class.
So why are all these parts hidden from developers?
He was hiding from the developers, because most of its implementation varies from device to device, plus they are not needed in cases of 99.99% (a metaphorical figure is not actual statistics). You can look here .
source share