Compile generic APKs without the need of installing Android SDK

Please post anything related to the Hollywood APK Compiler here
Post Reply
User avatar
fingus
Posts: 274
Joined: Fri Sep 16, 2011 9:53 am

Compile generic APKs without the need of installing Android SDK

Post by fingus »

Is it possible to create/compile generic APKs without needing to install the Android SDK? So you could install/sideload it on systems that don't rely on Google Play Services, like LineageOS, SailfishOS with Android App Support, etc. It's annoying to be tied to Google with a developer account and be forced to send my ID card for registration. They've gone too far with this!
plouf
Posts: 724
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: Compile generic APKs without the need of installing Android SDK

Post by plouf »

not possible as it uses SDK

however you dont need to have a google accound to compile an app, and you can distribute genereated APK, in any other "store" like pureapk
Christos
User avatar
airsoftsoftwair
Posts: 5970
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Compile generic APKs without the need of installing Android SDK

Post by airsoftsoftwair »

fingus wrote: Wed May 13, 2026 3:27 pm Is it possible to create/compile generic APKs without needing to install the Android SDK? So you could install/sideload it on systems that don't rely on Google Play Services, like LineageOS, SailfishOS with Android App Support, etc. It's annoying to be tied to Google with a developer account and be forced to send my ID card for registration. They've gone too far with this!
Huh? You can install the Android SDK without having to set up a Google developer account or have they changed anything since I last did this in January 2026? Don't know what you've tried but just install Android Studio, it will automatically install the Android SDK and it won't ask for any developer account. Developing for Android is actually pretty relaxing UNLESS you want to publish something on the Play Store. Then you of course have to go through the whole procedure including ID card verification or stuff like that but if you only want to sideload apps or create APKs for distribution outside the Play Store you won't need any of that.
Post Reply