Introducing Static Analysis

A couple days ago we rolled out a new feature we think is pretty cool, both in its simplicity and in its usefulness. That feature is called static analysis, and it allows you to see the following as soon as your native or hybrid app package is uploaded for testing.

Static-analysis

We immediately show you the activity name we’re going to use to launch your app, as well as how many devices we’re going to install it on based on your minimum SDK version if you’ve defined one. For you beta users, this means no more stacks of warnings about your app not being supported on certain devices.

Now that we have static analysis in place we have some neat ideas about how to make it even more useful. There’s lots of cool stuff in the manifest, and a few other tricky things we can figure out before ever installing or launching. If you have any specific things you think would be useful let us know.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>