{"id":41254605,"url":"https://github.com/c1982/is16kbready","last_synced_at":"2026-01-23T01:48:07.501Z","repository":{"id":316309173,"uuid":"1062843083","full_name":"c1982/is16kbready","owner":"c1982","description":"Your app must support 16 KB memory page sizes by November 1, 2025","archived":false,"fork":false,"pushed_at":"2025-09-23T20:38:06.000Z","size":271,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T22:18:41.079Z","etag":null,"topics":["16kb","16kb-page-sizes","android","elf-alignment"],"latest_commit_sha":null,"homepage":"https://developer.android.com/guide/practices/page-sizes","language":"Go","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/c1982.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T20:06:42.000Z","updated_at":"2025-09-23T21:44:06.000Z","dependencies_parsed_at":"2025-09-23T22:18:45.424Z","dependency_job_id":"fa7a1565-3564-4ae3-8d88-4298788482d3","html_url":"https://github.com/c1982/is16kbready","commit_stats":null,"previous_names":["c1982/is16kbready"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/c1982/is16kbready","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis16kbready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis16kbready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis16kbready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis16kbready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c1982","download_url":"https://codeload.github.com/c1982/is16kbready/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c1982%2Fis16kbready/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["16kb","16kb-page-sizes","android","elf-alignment"],"created_at":"2026-01-23T01:48:06.984Z","updated_at":"2026-01-23T01:48:07.495Z","avatar_url":"https://github.com/c1982.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is16kbReady\n\nA Go CLI tool to check if your Android APK is ready for Google's 16KB page size requirement.\n\n## Background\n\nStarting **November 1, 2025**, Google Play Console requires all apps targeting Android 15 to support 16KB page sizes. This tool quickly analyzes your APK's native libraries (ARM64/x86_64) to verify ELF alignment compatibility.\n\n## Installation\n\n```bash\n# Build from source\ngo build -o is16kbReady main.go\n\n# Or use the build script for multiple platforms\n./build.sh\n```\n\n## Usage\n\n```bash\n# Check your APK\n./is16kbReady your-app.apk\n```\n\n## Example Output\n\n![Example output](ss-1.png)\n\nThe tool will show:\n- ✅ **SUPPORTED**: All libraries are 16KB aligned\n- ❌ **NOT SUPPORTED**: Some libraries need fixing\n- ⚠️ **UNKNOWN**: No native libraries found\n\n## What it checks\n\n- Native libraries (.so files) in `lib/arm64-v8a/` and `lib/x86_64/`\n- ELF LOAD segment alignment (must be ≥16KB)\n- Provides clear compatibility status for 16KB page size devices\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fis16kbready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc1982%2Fis16kbready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc1982%2Fis16kbready/lists"}