I make a simple demo in adroid .Actually I am beginner in android . I saw tutorial in which user able to see graphical layout(wh) .But when I added some xml and run on emulator it look fine .But when I check on graphical layout it doesn't display any thing .is there any setting ? can you please how I am able to chek on graphical layout
Asked
Active
Viewed 51 times
0
-
follow this link:http://stackoverflow.com/questions/24501042/android-app-in-eclipse-edit-text-not-showing-on-graphical-layout – prakash Oct 25 '14 at 07:57
-
You see Android Launcher(greencolor) symbol with 20 selected. Try selecting 19 or less? – Dhinakaran Thennarasu Oct 25 '14 at 08:00
1 Answers
1
This is a problem with the SDK API 20 (for wearables). You should be able to use SDK 19 or 21 and the layout will show up. You need to install one of these SDKs, then select it (button with android icon and "20").
See previous answer