0

Playing with drag n drop Android studio 0.8.6 capabilities, I experienced

Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V

so, after reading Android app in Eclipse: Edit text not showing on Graphical layout I had to remove Android wear support. I decided to try with a new project click to see image, being careful to not click onto "wear" Unluckly it seems to not be enough, since I still have Android wear in avaible API list click to see image.

WHat can I do?

Community
  • 1
  • 1
Germano Massullo
  • 2,572
  • 11
  • 40
  • 55

2 Answers2

0

Don't mix up "minSdk" and "targetSdk". You have selected 14 to be your minSdk and in the layout designer you can just select which API should be used to create your preview. Nothing more.

PS: AS is already on 0.8.9

WarrenFaith
  • 57,492
  • 25
  • 134
  • 150
0

I solved by removing 4.4.4W from installed SDKs in SDK manager.

Germano Massullo
  • 2,572
  • 11
  • 40
  • 55