Rendering Problems: Android Studio -


I've downloaded Android studio now, and when I try an AndroidWorld project and make it, then say it Are:

Exception took place during rendering: Android Support.wearable.view.WatchViewStub.requestApplyInsets () ".

I do not know what it means or how I go about fixing. It was estimated only SDK. I have it:

  android {compileSdkVersion 20 buildToolsVersion "20.0.0" default config {applicationId "com.example.helloworld.myapplication" minSdkVersion 20 targetSdkVersion 20 versionCode 1 versionName "1.0"} buildTypes {Release {runProguard false proguardFiles getDefaultProguardFile ('proguard-android.txt'), 'proguard-rules.pro'}}} Dependency {compile fileTree (dir: 'libs', include: ['* .jar']) 'Com.google.android.support: Clothing: +' compile 'with M. Google.android.gms: play-services-wearable: + '}  

And this is the error:

If anyone has any ideas then I would be most grateful!

Thanks

Edit:

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Android.support.wearable.view.WatchViewStub xmlns: Android = "http://schemas.android.com/apk/res/android" xmlns: app = "http://schemas.android.com/apk/res Android: Layout_width = "match_parent" android: layout_height = "match_parent" app: rectLayout = "Android: Android: Android: @ layout / rect_activity_emi" app: round layout = "@ layout / round_activity_key" tools: reference = ". MyActive "Tools: deviceIds =" Wear ">  


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -