{"id":5164,"date":"2023-11-04T14:10:17","date_gmt":"2023-11-04T14:10:17","guid":{"rendered":"https:\/\/mpelembe.net\/?p=5164"},"modified":"2023-11-04T14:10:17","modified_gmt":"2023-11-04T14:10:17","slug":"debugging-using-google-bard","status":"publish","type":"post","link":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/","title":{"rendered":"How to fix Gradle error in Android Studio?"},"content":{"rendered":"<div class=\"markdown markdown-main-panel\" dir=\"ltr\">\n<p data-sourcepos=\"1:1-1:150\"><span class=\"animating\">The error message <\/span><span class=\"citation-0 citation-end-0 animating\">&#8220;Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable&#8221;<\/span><span class=\"animating\"> indicates that Gradle is having trouble checking for duplicate classes in your app.<\/span><span class=\"animating\"> This can happen for a number of reasons,<\/span><span class=\"animating\"> such as:<!--more--><\/span><\/p>\n<ul data-sourcepos=\"3:1-4:39\">\n<li data-sourcepos=\"3:1-3:64\">You have two or more dependencies that include the same class.<\/li>\n<li data-sourcepos=\"4:1-4:39\">You are using a library that has been compiled with a different version of Java than your app.<\/li>\n<li data-sourcepos=\"5:1-6:0\">Your app is using reflection to access classes that are not explicitly included in your dependencies.<\/li>\n<\/ul>\n<p data-sourcepos=\"7:1-7:2\">To debug this error, you can try the following steps:<\/p>\n<ol data-sourcepos=\"9:1-10:251\">\n<li data-sourcepos=\"9:1-9:290\"><strong>Check your dependencies for duplicate classes.<\/strong>\u00a0You can use the Gradle Dependency Graph task (gradlew dependencies) to see a list of all of the dependencies that your app is using.\u00a0If you see any classes that are listed multiple times,\u00a0you will need to remove one of the dependencies.<\/li>\n<li data-sourcepos=\"10:1-10:251\"><strong>Make sure that your dependencies are compiled with the same version of Java as your app.<\/strong>\u00a0You can check the compileSdkVersion setting in your app&#8217;s build.gradle file to see what version of Java your app is using.\u00a0Then,\u00a0make sure that all of your dependencies are also compiled with the same version of Java.<\/li>\n<li data-sourcepos=\"11:1-12:0\"><strong>If your app is using reflection, make sure that you are explicitly including all of the classes that you are accessing.<\/strong>\u00a0You can do this by adding them to your app&#8217;s build.gradle file as dependencies.<\/li>\n<\/ol>\n<p data-sourcepos=\"13:1-13:132\">If you are still having trouble debugging this error, you can try searching for help online or posting a question on Stack Overflow.<\/p>\n<p data-sourcepos=\"15:1-15:58\">Here are some additional tips for debugging Gradle errors:<\/p>\n<ul data-sourcepos=\"17:1-21:0\">\n<li data-sourcepos=\"17:1-17:121\"><strong>Make sure that you are using the latest version of Gradle.<\/strong>\u00a0You can check the Gradle website for the latest version.<\/li>\n<li data-sourcepos=\"18:1-18:95\"><strong>Clean your project before building it.<\/strong>\u00a0You can do this by running the gradlew clean task.<\/li>\n<li data-sourcepos=\"19:1-19:216\"><strong>Enable verbose Gradle output.<\/strong>\u00a0You can do this by setting the GRADLE_OPTS environment variable to -verbose.\u00a0This will give you more information about the build process,<span class=\"animating\">\u00a0which can be helpful for debugging errors.<\/span><\/li>\n<li class=\"animating\" data-sourcepos=\"20:1-21:0\"><strong class=\"animating\">Use the Gradle Profiler.<\/strong><span class=\"animating\">\u00a0The Gradle Profiler can help you identify bottlenecks and performance issues in your build process.<\/span><\/li>\n<\/ul>\n<p data-sourcepos=\"22:1-22:18\"><span style=\"font-family: Bitter, Georgia, serif; font-size: 20px;\">Sources<\/span><\/p>\n<\/div>\n<div class=\"response-footer ng-tns-c436552997-79 gap complete\">\n<div class=\"sources-list-container\">\n<div class=\"sources-container ng-star-inserted\">\n<div class=\"recitations-list-container ng-star-inserted\">\n<div class=\"sources-header\">\n<p><a class=\"icon-link ng-star-inserted\" href=\"https:\/\/bard.google.com\/faq#citation\" target=\"_blank\" rel=\"noopener noreferrer\">info<\/a><\/p>\n<\/div>\n<ol id=\"message-content-recitation-list\" class=\"recitations-list ng-star-inserted\" start=\"1\">\n<li class=\"recitation-list-content ng-star-inserted\">\n<div>\n<div class=\"recitation-link\"><a href=\"https:\/\/stackoverflow.com\/questions\/72616740\/caused-by-org-gradle-workers-internal-defaultworkerexecutorworkexecutionexcept\" target=\"_blank\" rel=\"noopener noreferrer\">stackoverflow.com\/questions\/72616740\/caused-by-org-gradle-workers-internal-defaultworkerexecutorworkexecutionexcept<\/a><\/div>\n<\/div>\n<div style=\"text-align: left;\">\n<div class=\"conversation-container ng-tns-c2426122475-2 ng-star-inserted\">\n<div class=\"ng-tns-c436552997-79\">\n<div id=\"factuality-form-8\" class=\"related-search-footer ng-tns-c436552997-79 complete\">\n<div class=\"factuality-container\">\n<div class=\"factuality-title gmat-body-1\">\n<h3 class=\"gmat-body-1\">Search related topics<\/h3>\n<\/div>\n<div class=\"factuality-content\"><a class=\"factuality-link mdc-button mat-mdc-button gmat-mdc-button-with-prefix mat-primary mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=Gradle%20error%3A%20org.gradle.workers.internal.DefaultWorkerExecutor%24WorkExecutionException%3A%20A%20failure%20occurred%20while%20executing%20com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">Gradle error: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable<\/span><\/a><\/div>\n<div class=\"factuality-content\"><a class=\"factuality-link mdc-button mat-mdc-button gmat-mdc-button-with-prefix mat-primary mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=Why%20is%20my%20Gradle%20build%20failing%3F\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">Why is my Gradle build failing?<\/span><\/a><br \/>\n<a class=\"factuality-link mdc-button mat-mdc-button gmat-mdc-button-with-prefix mat-primary mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=How%20to%20fix%20Gradle%20error%20in%20Android%20Studio%3F\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">How to fix Gradle error in Android Studio?<\/span><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"restart-chat-button-scroll-placeholder ng-tns-c2426122475-2 ng-star-inserted\"><\/div>\n<\/div>\n<\/div>\n<\/li>\n<\/ol>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The error message &#8220;Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable&#8221; indicates that Gradle is having trouble checking for duplicate classes in your<a class=\"moretag\" href=\"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":5166,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAowu7GVCw:productID":"","_crdt_document":"","activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[5823],"tags":[10999,10766,10767,1035,6112,11000,10495,10996,5223,10997,10998],"class_list":["post-5164","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developers","tag-android-studio","tag-build-automation","tag-compiling-tools","tag-cross-platform-software","tag-debugging","tag-ear","tag-gradle","tag-java","tag-programming-languages","tag-software-build","tag-software-development-kits"],"featured_image_src":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","blog_images":{"medium":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle-300x150.png","large":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png"},"ams_acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to fix Gradle error in Android Studio? - Mpelembe Network<\/title>\n<meta name=\"description\" content=\"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to fix Gradle error in Android Studio? - Mpelembe Network\" \/>\n<meta property=\"og:description\" content=\"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/\" \/>\n<meta property=\"og:site_name\" content=\"Mpelembe Network\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-04T14:10:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png\" \/>\n\t<meta property=\"og:image:width\" content=\"318\" \/>\n\t<meta property=\"og:image:height\" content=\"159\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"headline\":\"How to fix Gradle error in Android Studio?\",\"datePublished\":\"2023-11-04T14:10:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/\"},\"wordCount\":414,\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Gradle.png\",\"keywords\":[\"Android Studio\",\"Build automation\",\"Compiling tools\",\"Cross-platform software\",\"Debugging\",\"EAR\",\"Gradle\",\"Java\",\"Programming languages\",\"Software build\",\"Software development kits\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/\",\"name\":\"How to fix Gradle error in Android Studio? - Mpelembe Network\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Gradle.png\",\"datePublished\":\"2023-11-04T14:10:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"description\":\"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Gradle.png\",\"contentUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/Gradle.png\",\"width\":318,\"height\":159},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/debugging-using-google-bard\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mpelembe.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to fix Gradle error in Android Studio?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/\",\"name\":\"Mpelembe Network\",\"description\":\"Collaboration Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mpelembe.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/mpelembe.net\"],\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to fix Gradle error in Android Studio? - Mpelembe Network","description":"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.","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:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/","og_locale":"en_US","og_type":"article","og_title":"How to fix Gradle error in Android Studio? - Mpelembe Network","og_description":"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.","og_url":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/","og_site_name":"Mpelembe Network","article_published_time":"2023-11-04T14:10:17+00:00","og_image":[{"width":318,"height":159,"url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#article","isPartOf":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/"},"author":{"name":"admin","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"headline":"How to fix Gradle error in Android Studio?","datePublished":"2023-11-04T14:10:17+00:00","mainEntityOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/"},"wordCount":414,"image":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","keywords":["Android Studio","Build automation","Compiling tools","Cross-platform software","Debugging","EAR","Gradle","Java","Programming languages","Software build","Software development kits"],"articleSection":["Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/","url":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/","name":"How to fix Gradle error in Android Studio? - Mpelembe Network","isPartOf":{"@id":"https:\/\/mpelembe.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#primaryimage"},"image":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","datePublished":"2023-11-04T14:10:17+00:00","author":{"@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"description":"To get rid of the error with Build. Gradle in Android Studio, first of all go to the JDK settings and install the 11th version (the most used at the time of the video release). Next, you may need to change the Build. Gradle version to one compatible with the new JDK version.","breadcrumb":{"@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#primaryimage","url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","contentUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/11\/Gradle.png","width":318,"height":159},{"@type":"BreadcrumbList","@id":"https:\/\/mpelembe.net\/index.php\/debugging-using-google-bard\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mpelembe.net\/"},{"@type":"ListItem","position":2,"name":"How to fix Gradle error in Android Studio?"}]},{"@type":"WebSite","@id":"https:\/\/mpelembe.net\/#website","url":"https:\/\/mpelembe.net\/","name":"Mpelembe Network","description":"Collaboration Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mpelembe.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/mpelembe.net"],"url":"https:\/\/mpelembe.net\/index.php\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/comments?post=5164"}],"version-history":[{"count":1,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5164\/revisions"}],"predecessor-version":[{"id":5167,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/5164\/revisions\/5167"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media\/5166"}],"wp:attachment":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media?parent=5164"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/categories?post=5164"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/tags?post=5164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}