enter image description here

enter image description here

First I create my project that minSdkVersion="13" and targetSdkVersion="15". But when I create new xml for layout, the control of the Palette at the left side show the old version of control. And When it's launch in emulator(version 4.0.3) it's show the style of old control too. how can I change the control of the palette to the new version?

有帮助吗?

解决方案

this generally happens when initially while creating project you had some other target but later you changed in manifest , you need to change targetsdkversion in project.properties file to "15" .

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top