{"id":13528236,"url":"https://github.com/node-on-mobile/androidify","last_synced_at":"2025-04-01T11:31:09.270Z","repository":{"id":57177800,"uuid":"96104203","full_name":"node-on-mobile/androidify","owner":"node-on-mobile","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-03T11:34:38.000Z","size":162,"stargazers_count":145,"open_issues_count":3,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-18T22:33:05.589Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-on-mobile.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-03T11:34:16.000Z","updated_at":"2024-09-12T05:47:20.000Z","dependencies_parsed_at":"2022-09-14T02:30:34.076Z","dependency_job_id":null,"html_url":"https://github.com/node-on-mobile/androidify","commit_stats":null,"previous_names":["dominictarr/androidify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-on-mobile%2Fandroidify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-on-mobile%2Fandroidify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-on-mobile%2Fandroidify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-on-mobile%2Fandroidify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-on-mobile","download_url":"https://codeload.github.com/node-on-mobile/androidify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246631780,"owners_count":20808753,"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":[],"created_at":"2024-08-01T06:02:20.659Z","updated_at":"2025-04-01T11:31:08.959Z","avatar_url":"https://github.com/node-on-mobile.png","language":"Shell","readme":"# androidify\n\nandroid dev the simple way. take a set of html files,\nand turn them into an apk with one command. Proof of Concept.\n\n## motivation\n\ndabbling occasionally in android dev... is a massive pain in the butt!\nwhy can't it just be easy? why do I have to install massive SDKs\nand all that crap? Since I only want to build my app with\nweb tech, why isn't it as easy as creating a web site?\n\nwrite some HTML and javascript, then hit deploy?\n\nThen I had an idea: instead of recompiling the stupid java app\nfrom scratch every time (and requiring the enormous android sdk)\njust use a prebuilt apk, replace the text files, repack and resign.\n\nTurns out, this was surprisingly easy.\n\n## installation\n\n`npm install androidify -g`\n\nAlmost, you'll also need to have java, to get the `jarsigner`\ncommand, and `adb` command to deploy your app.\n\n* ubuntu/debian: `sudo apt-get install default-jre android-tools-adb`\n* archlinux: `sudo pacman -S jre8-openjdk-headless android-tools`\n* osx: `brew cask install java android-platform-tools`\n\nand put your phone into developer mode (depends on your phone)\n\n## usage\n\n```\nmkdir hello\necho '\u003ch1\u003e HELLO \u003c/h1\u003e' \u003e index.html\nandroidify #will output app.apk\nadb install app.apk # will send it to your device.\n```\n\nA new app called \"Hello World\" will appear.\n\nI havn't figured out how to change the name yet.\nSo, it's called \"Hello World\" no matter what.\n\n## signing\n\nThe apps are selfsigned, which is basically meaningless,\nso I just checked the key it in. My phone doesn't complain\nabout this, maybe because it's in developer mode?\n\n## thanks\n\nThis is made an old `hello world.apk` i found at\n\n[simplificator/phonegap-helloworld](https://github.com/simplificator/phonegap-helloworld/)\n\n## License\n\nMIT\n\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-on-mobile%2Fandroidify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-on-mobile%2Fandroidify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-on-mobile%2Fandroidify/lists"}