Android Studio 0.8.1: New project and can't preview the L version in the renderer of phones -


i installed api level 20 , 19 after installing 0.8.1 , created brand new project. in renderer (preview) of activity.xml don't see right l version rendered. see api l on drop down selected phone looks halo effect on l.

before installing level 20 , 19 did seem work. new project creates following gradle file , there v21 theme.. set

<style name="apptheme" parent="android:theme.holo.light.darkactionbar"> 

before installing 19 , 20 noticed values-v21 directory never creates now.

here copy of gradle gets created. have tried playing around these values doesn't work.

android {     compilesdkversion 20     buildtoolsversion "20.0.0"      defaultconfig {         applicationid "com.tester.myapplicationtest"         minsdkversion 15         targetsdkversion 20         versioncode 1         versionname "1.0" 

the strange thing before installing api 19 , 20 think working.

on new project never asks me sdk or max version min version leave @ 15.

anybody else got ?

any ideas appreciated.

the reason downloaded api 20 , 19 when building production app presume better api build against due nature of l preview (beta) didn't realize going stop creating correct android new project template.

you have manually set compile target l-preview. go file->project structure, select module, under tab "properties" there "compile sdk version". change "android-l". make sure have updated latest build tools(version 20) too.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -