Hey y’all, I’ve been working with a few Android tools lately and keep coming back to the same question: why don’t more platforms support direct APK usage? I mean, if you’ve got the app package right there, why jump through SDK hoops? Just let us test or deploy the APK, done deal.
For anyone unclear; APKs are just the packaged Android apps you install, while SDKs (Software Development Kits) are toolkits with libraries, resources, and utilities that simplify tricky tasks and speed up development.