{"id":22434736,"url":"https://github.com/wmartinmimi/apk-devtool","last_synced_at":"2025-08-01T14:31:08.688Z","repository":{"id":43282951,"uuid":"510240458","full_name":"wmartinmimi/apk-devtool","owner":"wmartinmimi","description":"apk development on termux (ie. building)","archived":false,"fork":false,"pushed_at":"2023-02-03T19:28:02.000Z","size":91,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-04-29T17:46:22.174Z","etag":null,"topics":["android","apk","apksigner","compiler","d8","development","gplv3","java","kotlin","maven","r8","termux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wmartinmimi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-04T06:35:36.000Z","updated_at":"2023-03-24T05:40:56.000Z","dependencies_parsed_at":"2023-02-09T19:30:23.819Z","dependency_job_id":null,"html_url":"https://github.com/wmartinmimi/apk-devtool","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmartinmimi%2Fapk-devtool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmartinmimi%2Fapk-devtool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmartinmimi%2Fapk-devtool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wmartinmimi%2Fapk-devtool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wmartinmimi","download_url":"https://codeload.github.com/wmartinmimi/apk-devtool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228383691,"owners_count":17911330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","apk","apksigner","compiler","d8","development","gplv3","java","kotlin","maven","r8","termux"],"created_at":"2024-12-05T23:10:22.863Z","updated_at":"2024-12-05T23:10:23.355Z","avatar_url":"https://github.com/wmartinmimi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Apk-Devtool\n\napk development on the command line (no gradle or ant)\n\n## Description\n\nA helper for developing android app.\n\n## Features\n\nCurrently supporting:\n\n- apk building\n- project creation\n- both java and kotlin code\n- some degree of maven jar download\n\nIf you want to change some variables,\nyou can modify config file in apk-devtool directory.\n\nWorks on termux!\n\n## How to use (quick start)\n\n```bash\ncd ~\npkg install git\ngit clone https://github.com/wmartinmimi/apk-devtool\ncd apk-devtool\n./quick-setup\ncd \u003candroid-project-root\u003e\napkdev build\n```\n\nbuild/output.signed.apk will be produced,\nyou can open it with\n\n```bash\ntermux-open build/output.signed.apk\n```\n\nbut requires ```allow-external-apps = true``` in ~/.termux/termux.properties\n\nyou can create a new project with apkdev,\njust do\n\n```bash\napkdev new\n```\n\nit will prompt for basic details,\nand create a hello world project at ```\u003cproject-name\u003e/```.\n\nthe created project is ready to run on default.\n\nfor different builds, you can do\n\n```bash\napkdev build release\n```\n\nor\n\n```bash\napkdev build debug\n```\n\nto download maven jars, do\n\n```bash\napkdev m d \u003cgroupid\u003e:\u003cid\u003e:\u003cversion\u003e \u003curl\u003e\n```\n\nexamples:\n\n```bash\napkdev m d androidx.core:core:1.9.0\n```\n\n```bash\napkdev m d org.mozilla.components:support-base:105.0.6 https://maven.mozilla.org/maven2\n```\n\nif you need the help manual, do\n\n```bash\napkdev help\n```\n\n## requests / issues\n\nIf you request a feature, I would try my best to add it.\n\nWe welcome any issues or contributions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmartinmimi%2Fapk-devtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwmartinmimi%2Fapk-devtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwmartinmimi%2Fapk-devtool/lists"}