skip to Main Content

Execution failed for task ':app:parseDebugLocalResources' android studio

I can't run my android studio project because of this error. Execution failed for task ':app:parseDebugLocalResources'. A failure occurred while executing com.android.build.gradle.internal.res.ParseLibraryResourcesTask$ParseResourcesRunnable Failed to parse XML file 'C:UsersblackAndroidStudioProjectsStockProfitappbuildintermediatespackaged_resdebugxmldata_extraction_rules.xml' also same error with short message: Premature end of file. my tried…

VIEW QUESTION

how can i show html layout link in flutter?

I'm trying to make a html ad widget using html package, but the widget just occupy space, doesn't display layout. Widget _adWIdget() { return Html(data: """ <iframe src=adUrl width="100%" height="44" frameborder="0" scrolling="no" referrerpolicy="unsafe-url"></iframe> """); } I think it's because I…

VIEW QUESTION
Back To Top
Search