문제

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