-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
reduce SIZE #60
Comments
It's because the node has to be embedded in the app. That's around 30MB just for pc, so it could be bigger for android support. |
Hey, we have created a slack channel for support & discussion: join here |
What is the solution for this problem ? |
This is the only problem preventing me from adopting androidjs to create my apps |
Apk webview only (#144) feature would be one of the solution. Other one would be some sort of reusing already existing nodejs installation (?). Some sort of dependency on base/ shared app with nodejs environment for every androidjs webview app (many to one)? I think it would be nice feature. |
@PawelSuwinski we had thought of the same approach but it has some complexity in UX and security-wise that's why we didn't implement this that way. |
@Chhekur OK, so what about another approach to meet this size reducing requirement in a halfway between webview-only-SDK and with-node-SDK by implementing some simplified version of There are a few useful base utils in android For example:
And so on... leaving with-node-SDK version to more advanced tasks and backend processing. |
some error happened,app.exec is right?
|
And what |
app.exec is not a function |
I am afraid that this feature was not merged yet and is not present at dist version: |
I noticed that even a very basic App will lead to an at-least 52MB APK file.
Is it really necessary that, the built apk file so much huge be?
Is it possible to diminish the SIZE?
The text was updated successfully, but these errors were encountered: