Lint from ADT 17 for android:minSdkVersion?
Is there a way to access http://tools.android.com/recent/lintapicheck ?
The idea is to check for API usage that will break a device with minSdkVersion when building against a more recent SDK version.
thanks,
larry
Please sign in to leave a comment.
No. Unfortunatelly now we don't support API check and several other lint inspections, because they are based on checking class files, that is hardly compatible with our building model. We're going to implement our own inspections for detection such problems. For API checks I've created related issue in our tracker http://youtrack.jetbrains.com/issue/IDEA-85200
Ok, thanks for the info and tracker.