{"id":512,"date":"2021-05-19T13:06:34","date_gmt":"2021-05-19T13:06:34","guid":{"rendered":"https:\/\/professnow.com\/blog\/?p=512"},"modified":"2021-05-19T13:06:34","modified_gmt":"2021-05-19T13:06:34","slug":"solved-flutter-webview-throws-compiling-error","status":"publish","type":"post","link":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/","title":{"rendered":"[SOLVED] Flutter Webview throws Compiling Error."},"content":{"rendered":"\n<h2 class=\"has-text-align-center wp-block-heading\"><span class=\"has-inline-color has-vivid-red-color\">Problem<\/span><\/h2>\n\n\n\n<p>The android studio while running throws this error and stop the build<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>A:\\flutter.pub-cache\\hosted\\pub.dartlang.org\\webview_flutter-2.0.6\\android\\src\\main\\java\\io\\flutter\\plugins\\webviewflutter\\InputAwareWebView.java:31: error: cannot find symbol private ThreadedInputConnectionProxyAdapterView proxyAdapterView; ^ symbol: class ThreadedInputConnectionProxyAdapterView location: class InputAwareWebView\r\n\r\nA:\\flutter.pub-cache\\hosted\\pub.dartlang.org\\webview_flutter-2.0.6\\android\\src\\main\\java\\io\\flutter\\plugins\\webviewflutter\\InputAwareWebView.java:112: error: cannot find symbol new ThreadedInputConnectionProxyAdapterView( ^ symbol: class ThreadedInputConnectionProxyAdapterView location: class InputAwareWebView Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. 2 errors\r\n\r\nFAILURE: Build failed with an exception.<\/code><\/pre>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\"><span class=\"has-inline-color has-vivid-red-color\">Solution<\/span><\/h2>\n\n\n\n<p><code>ThreadedInputConnectionProxyAdapterView<\/code> has wrong extension <code>.jav<\/code> just change it to <code>.java<\/code> until the flutter team release the fix.<\/p>\n\n\n\n<p><strong>Its Located to :-  <\/strong><code>C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\webview_flutter-2.0.6\\android\\src\\main\\java\\io\\flutter\\plugins\\webviewflutter<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Problem The android studio while running throws this error and stop the build Solution ThreadedInputConnectionProxyAdapterView has wrong extension .jav just change it to .java until the flutter team release the fix. Its Located to :- C:\\src\\flutter\\.pub-cache\\hosted\\pub.dartlang.org\\webview_flutter-2.0.6\\android\\src\\main\\java\\io\\flutter\\plugins\\webviewflutter<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,38,11],"tags":[627,626,74,624,625],"class_list":["post-512","post","type-post","status-publish","format-standard","hentry","category-android","category-android-studio","category-flutter","tag-android","tag-compiling-error","tag-flutter","tag-flutter-webview","tag-webview"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow\" \/>\n<meta property=\"og:description\" content=\"Problem The android studio while running throws this error and stop the build Solution ThreadedInputConnectionProxyAdapterView has wrong extension .jav just change it to .java until the flutter team release the fix. Its Located to :- C:srcflutter.pub-cachehostedpub.dartlang.orgwebview_flutter-2.0.6androidsrcmainjavaioflutterpluginswebviewflutter\" \/>\n<meta property=\"og:url\" content=\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\" \/>\n<meta property=\"og:site_name\" content=\"ProfessNow\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-19T13:06:34+00:00\" \/>\n<meta name=\"author\" content=\"Sushant Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sushant Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\"},\"author\":{\"name\":\"Sushant Kumar\",\"@id\":\"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3\"},\"headline\":\"[SOLVED] Flutter Webview throws Compiling Error.\",\"datePublished\":\"2021-05-19T13:06:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\"},\"wordCount\":37,\"commentCount\":0,\"keywords\":[\"android\",\"Compiling Error\",\"flutter\",\"Flutter Webview\",\"Webview\"],\"articleSection\":[\"Android\",\"Android Studio\",\"Flutter\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\",\"url\":\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\",\"name\":\"[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow\",\"isPartOf\":{\"@id\":\"https:\/\/professnow.com\/blog\/#website\"},\"datePublished\":\"2021-05-19T13:06:34+00:00\",\"author\":{\"@id\":\"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/professnow.com\/blog\/#website\",\"url\":\"https:\/\/professnow.com\/blog\/\",\"name\":\"ProfessNow\",\"description\":\"Find Verified Professionals Near You\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/professnow.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3\",\"name\":\"Sushant Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/professnow.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/092cd9bf0832fe9aa2450955f90b56545e8f7b54e08173f584c5130ad01df057?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/092cd9bf0832fe9aa2450955f90b56545e8f7b54e08173f584c5130ad01df057?s=96&d=mm&r=g\",\"caption\":\"Sushant Kumar\"},\"url\":\"https:\/\/professnow.com\/blog\/author\/raja\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/","og_locale":"en_US","og_type":"article","og_title":"[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow","og_description":"Problem The android studio while running throws this error and stop the build Solution ThreadedInputConnectionProxyAdapterView has wrong extension .jav just change it to .java until the flutter team release the fix. Its Located to :- C:srcflutter.pub-cachehostedpub.dartlang.orgwebview_flutter-2.0.6androidsrcmainjavaioflutterpluginswebviewflutter","og_url":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/","og_site_name":"ProfessNow","article_published_time":"2021-05-19T13:06:34+00:00","author":"Sushant Kumar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sushant Kumar","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/#article","isPartOf":{"@id":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/"},"author":{"name":"Sushant Kumar","@id":"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3"},"headline":"[SOLVED] Flutter Webview throws Compiling Error.","datePublished":"2021-05-19T13:06:34+00:00","mainEntityOfPage":{"@id":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/"},"wordCount":37,"commentCount":0,"keywords":["android","Compiling Error","flutter","Flutter Webview","Webview"],"articleSection":["Android","Android Studio","Flutter"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/","url":"https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/","name":"[SOLVED] Flutter Webview throws Compiling Error. - ProfessNow","isPartOf":{"@id":"https:\/\/professnow.com\/blog\/#website"},"datePublished":"2021-05-19T13:06:34+00:00","author":{"@id":"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/professnow.com\/blog\/solved-flutter-webview-throws-compiling-error\/"]}]},{"@type":"WebSite","@id":"https:\/\/professnow.com\/blog\/#website","url":"https:\/\/professnow.com\/blog\/","name":"ProfessNow","description":"Find Verified Professionals Near You","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/professnow.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/professnow.com\/blog\/#\/schema\/person\/0129748fa0821f3e6efc636c6777b9d3","name":"Sushant Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/professnow.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/092cd9bf0832fe9aa2450955f90b56545e8f7b54e08173f584c5130ad01df057?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/092cd9bf0832fe9aa2450955f90b56545e8f7b54e08173f584c5130ad01df057?s=96&d=mm&r=g","caption":"Sushant Kumar"},"url":"https:\/\/professnow.com\/blog\/author\/raja\/"}]}},"_links":{"self":[{"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/posts\/512","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/comments?post=512"}],"version-history":[{"count":2,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/posts\/512\/revisions"}],"predecessor-version":[{"id":3211,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/posts\/512\/revisions\/3211"}],"wp:attachment":[{"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/media?parent=512"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/categories?post=512"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/professnow.com\/blog\/wp-json\/wp\/v2\/tags?post=512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}