Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not create a folder 'res/transition' after updating SDK to Kitkat 4.4.2

I have updated my Android SDK to Kitkat 4.4.2, and trying to explore 'android.transition'. As per mentioned here , TransitionManagers can be declared in XML resource files inside the res/transition directory. But when i created the directory under res/transition, Eclipse shows error as shown in this figure.

enter image description here

What can be the possible solution to this?? Thanks in advance.

like image 202
Virag Brahme Avatar asked Nov 02 '22 02:11

Virag Brahme


1 Answers

Update your SDK build tool to latest one using SDK Manager.

like image 80
Deepak Senapati Avatar answered Nov 12 '22 09:11

Deepak Senapati