Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top