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

0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

Ok, thanks for the info and tracker.

0

请先登录再写评论。