-
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android support #2
Comments
Interesting... it seems like this would be hard to do without a virtual machine running |
The idea would be that it outputs the source code that a user would manually compile, or something like that. There's also Cordova |
Interesting concept! Cordova, however, still utilizes Gradle under the hood. |
You could output a Cordova project that the user then compiles themselves |
@GarboMuffin Have you considered outputing .apk files similar to how website 2 apk outputs .apk from a standalone HTML file. |
The website is https://websitetoapk.com |
Do you think this is possible in the future @GarboMuffin ? |
It seems that outputting a valid APK with a signature valid enough to be sideloaded is a very involved process, so that won't be happening any time soon Telling people to install Android Studio and build it themselves is probably viable |
There's always v86, could you build in a VM? |
This comment was marked as resolved.
This comment was marked as resolved.
Issues are closed when they've either been fixed, we decide it won't be implemented, etc. We don't close them for just taking a long time. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Is this in progress still? And, if so, when do you think it will come out? |
The volunteer that was working on this (me) happens to have other priorities at the moment. I don't know |
Acceptable. You do you. I can wait. In fact, I have actually been waiting
probably for years for this!
…On Tue, Oct 4, 2022, 11:48 PM GarboMuffin ***@***.***> wrote:
The volunteer that was working on this (me) happens to have other
priorities at the moment. I don't know
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZTWPZIS3LHZVIL76AVUELTWBT27JANCNFSM4SJQOEPQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Can output Android Studio source code?
The text was updated successfully, but these errors were encountered: