{"id":528,"date":"2015-04-17T14:36:03","date_gmt":"2015-04-17T13:36:03","guid":{"rendered":"http:\/\/www.ree7.fr\/blog\/?p=528"},"modified":"2022-08-08T06:47:40","modified_gmt":"2022-08-08T05:47:40","slug":"compile-android-kitkat-on-ubuntu-14-04","status":"publish","type":"post","link":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/","title":{"rendered":"Compile Android Kitkat on Ubuntu 14.04"},"content":{"rendered":"<img loading=\"lazy\" class=\"aligncenter\" src=\"http:\/\/img.phonandroid.com\/2014\/07\/android-4.4-r%C3%A9partition.jpg\" alt=\"Android Kitkat logo\" width=\"600\" height=\"400\" \/>\n<p>Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS).<br \/>\nSure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone.<\/p>\n<p>Kitkat was built with toolchains older than the current Ubuntu LTS, so if you religiously follow the instructions you can find on <a href=\"https:\/\/source.android.com\/source\/initializing.html\">source.android.com<\/a> or XDA-University, you might encounter some problems. Here is a step by step guide to create your build environment.<\/p>\n<p>Consider it a replacement for the official page named :<\/p>\n<h2>Initializing a Build Environment<\/h2>\n<h3 id=\"setting-up-a-linux-build-environment\">Setting up a Linux build environment<\/h3>\n<h4>Installing the JDK<\/h4>\n<p>Gingerbread through Kitkat requires Java 6 to compile. Not only they require Java 6 but they require the JVM from Oracle, and not openjdk.<\/p>\n<p>There\u2019s a Launchpad PPA (Personal Package Archive) maintained by webupd8.org, a popular Ubuntu Linux blog, which provides the most recent installers to automatically download and install Oracle Java JDK6\/7\/8\/9 from oracle website.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">sudo add-apt-repository ppa:webupd8team\/java\r\nsudo apt-get update\r\nsudo apt-get install oracle-java6-installer\r\nsudo apt-get install oracle-java6-set-default<\/pre>\n<p>You can check you&rsquo;re running the correct Java version by running<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">java -version<\/pre>\n<h4>Installing required packages (Ubuntu 14.04)<\/h4>\n<p>You will need a 64-bit version of Ubuntu.<\/p>\n<p>Here are the necessary package from Google, minus zlib1g-dev:i386 that is not found in the repo.<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">sudo apt-get install bison g++-multilib git gperf libxml2-utils make zip<\/pre>\n<p>Then you will miss these packages (I found out when trying to build), flex is used during the build process, and lib32z1 provides libz.so.1 that&rsquo;s missing because we could not install zlib1g-dev:i386<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">sudo apt-get install flex lib32z1<\/pre>\n<p>Then you&rsquo;re all set and can continue through the next step : <a href=\"https:\/\/source.android.com\/source\/downloading.html\">Downloading the Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[34],"tags":[88,91,89,90,92],"jetpack_publicize_connections":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Pierre Belin\"\/>\n\t<link rel=\"canonical\" href=\"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ree7 |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Compile Android Kitkat on Ubuntu 14.04 | ree7\" \/>\n\t\t<meta property=\"og:description\" content=\"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2015-04-17T13:36:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-08-08T05:47:40+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Compile Android Kitkat on Ubuntu 14.04 | ree7\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#article\",\"name\":\"Compile Android Kitkat on Ubuntu 14.04 | ree7\",\"headline\":\"Compile Android Kitkat on Ubuntu 14.04\",\"author\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/img.phonandroid.com\\\/2014\\\/07\\\/android-4.4-r%C3%A9partition.jpg\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#articleImage\"},\"datePublished\":\"2015-04-17T14:36:03+01:00\",\"dateModified\":\"2022-08-08T06:47:40+01:00\",\"inLanguage\":\"fr-FR\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#webpage\"},\"articleSection\":\"Tips, android, compile, kitkat, sources, ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/www.ree7.fr\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/category\\\/tips\\\/#listItem\",\"position\":2,\"name\":\"Tips\",\"item\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/category\\\/tips\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#listItem\",\"name\":\"Compile Android Kitkat on Ubuntu 14.04\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#listItem\",\"position\":3,\"name\":\"Compile Android Kitkat on Ubuntu 14.04\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/category\\\/tips\\\/#listItem\",\"name\":\"Tips\"}}]},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/#organization\",\"name\":\"ree7\",\"url\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"Pierre Belin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#authorImage\",\"url\":\"http:\\\/\\\/2.gravatar.com\\\/avatar\\\/87c9db59bd74a573016e78afc71b0419?s=96&r=g\",\"width\":96,\"height\":96,\"caption\":\"Pierre Belin\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#webpage\",\"url\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/\",\"name\":\"Compile Android Kitkat on Ubuntu 14.04 | ree7\",\"description\":\"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/2015\\\/04\\\/compile-android-kitkat-on-ubuntu-14-04\\\/#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2015-04-17T14:36:03+01:00\",\"dateModified\":\"2022-08-08T06:47:40+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/#website\",\"url\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/\",\"name\":\"ree7\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"http:\\\/\\\/www.ree7.fr\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Compile Android Kitkat on Ubuntu 14.04 | ree7","description":"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was","canonical_url":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#article","name":"Compile Android Kitkat on Ubuntu 14.04 | ree7","headline":"Compile Android Kitkat on Ubuntu 14.04","author":{"@id":"http:\/\/www.ree7.fr\/blog\/author\/admin\/#author"},"publisher":{"@id":"http:\/\/www.ree7.fr\/blog\/#organization"},"image":{"@type":"ImageObject","url":"http:\/\/img.phonandroid.com\/2014\/07\/android-4.4-r%C3%A9partition.jpg","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#articleImage"},"datePublished":"2015-04-17T14:36:03+01:00","dateModified":"2022-08-08T06:47:40+01:00","inLanguage":"fr-FR","mainEntityOfPage":{"@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#webpage"},"isPartOf":{"@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#webpage"},"articleSection":"Tips, android, compile, kitkat, sources, ubuntu"},{"@type":"BreadcrumbList","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog#listItem","position":1,"name":"Home","item":"http:\/\/www.ree7.fr\/blog","nextItem":{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog\/category\/tips\/#listItem","name":"Tips"}},{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog\/category\/tips\/#listItem","position":2,"name":"Tips","item":"http:\/\/www.ree7.fr\/blog\/category\/tips\/","nextItem":{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#listItem","name":"Compile Android Kitkat on Ubuntu 14.04"},"previousItem":{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#listItem","position":3,"name":"Compile Android Kitkat on Ubuntu 14.04","previousItem":{"@type":"ListItem","@id":"http:\/\/www.ree7.fr\/blog\/category\/tips\/#listItem","name":"Tips"}}]},{"@type":"Organization","@id":"http:\/\/www.ree7.fr\/blog\/#organization","name":"ree7","url":"http:\/\/www.ree7.fr\/blog\/"},{"@type":"Person","@id":"http:\/\/www.ree7.fr\/blog\/author\/admin\/#author","url":"http:\/\/www.ree7.fr\/blog\/author\/admin\/","name":"Pierre Belin","image":{"@type":"ImageObject","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#authorImage","url":"http:\/\/2.gravatar.com\/avatar\/87c9db59bd74a573016e78afc71b0419?s=96&r=g","width":96,"height":96,"caption":"Pierre Belin"}},{"@type":"WebPage","@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#webpage","url":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/","name":"Compile Android Kitkat on Ubuntu 14.04 | ree7","description":"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was","inLanguage":"fr-FR","isPartOf":{"@id":"http:\/\/www.ree7.fr\/blog\/#website"},"breadcrumb":{"@id":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/#breadcrumblist"},"author":{"@id":"http:\/\/www.ree7.fr\/blog\/author\/admin\/#author"},"creator":{"@id":"http:\/\/www.ree7.fr\/blog\/author\/admin\/#author"},"datePublished":"2015-04-17T14:36:03+01:00","dateModified":"2022-08-08T06:47:40+01:00"},{"@type":"WebSite","@id":"http:\/\/www.ree7.fr\/blog\/#website","url":"http:\/\/www.ree7.fr\/blog\/","name":"ree7","inLanguage":"fr-FR","publisher":{"@id":"http:\/\/www.ree7.fr\/blog\/#organization"}}]},"og:locale":"fr_FR","og:site_name":"ree7 |","og:type":"article","og:title":"Compile Android Kitkat on Ubuntu 14.04 | ree7","og:description":"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was","og:url":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/","article:published_time":"2015-04-17T13:36:03+00:00","article:modified_time":"2022-08-08T05:47:40+00:00","twitter:card":"summary","twitter:title":"Compile Android Kitkat on Ubuntu 14.04 | ree7","twitter:description":"Latetly I have been trying to compile Android 4.4 Kitkat from the sources on a raw Ubuntu Trusty Tahr (14.04 LTS). Sure everyone is looking on Lollipop and its successors these days, but yet a lot of boards do not provide for support for it yet so this might be interesting for someone. Kitkat was"},"aioseo_meta_data":{"post_id":"528","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 00:01:00","updated":"2025-06-04 00:21:22","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/www.ree7.fr\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/www.ree7.fr\/blog\/category\/tips\/\" title=\"Tips\">Tips<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCompile Android Kitkat on Ubuntu 14.04\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/www.ree7.fr\/blog"},{"label":"Tips","link":"http:\/\/www.ree7.fr\/blog\/category\/tips\/"},{"label":"Compile Android Kitkat on Ubuntu 14.04","link":"http:\/\/www.ree7.fr\/blog\/2015\/04\/compile-android-kitkat-on-ubuntu-14-04\/"}],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p19lzH-8w","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/528"}],"collection":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/comments?post=528"}],"version-history":[{"count":1,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/528\/revisions"}],"predecessor-version":[{"id":579,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/posts\/528\/revisions\/579"}],"wp:attachment":[{"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/media?parent=528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/categories?post=528"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ree7.fr\/blog\/wp-json\/wp\/v2\/tags?post=528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}