Moving to the latest Android SDK 26 is highly recommended, but it doesn’t comes with the Source Code for you to debug into the APK. You often get the below when trying to trace into it.
Sources for ‘Android API 26 Platform’ not found.
Clicking Download will end with Package Unavailable Error.
So to workaround, is to revert back to SDK 25 and compile your code… but this is just not acceptable, unless we are okay to stay on the older Android Code Base.
The other workaround, would be better… that is to use SDK 25 Source Code as reference. It could be done by
Note: some source may differs from actual implementation, hence the tracing might be at wrong lines.
Credits goes to Jake Wharton for the solution as posted below.
<a href="https://medium.com/media/fc32b2a3d323d0ebeba7fe63a5bdcd38/href">https://medium.com/media/fc32b2a3d323d0ebeba7fe63a5bdcd38/href</a>
Click “❤” below to share. Thanks! ~Twitter:elye; Facebook:elye