Question

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?

Was it helpful?

Solution

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" .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top