You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi i was wondering if anybody succeeded in building this repo using simply the android SDK (without android studio).
This should be possible in theory right?
So I guess my question is: till which degree is this repo dependent on android studio?
Motivation
In the past I've had a git push buildpipeline going on for cordova apps, which was really comfortable for less experienced developers.
The buildservice (gitlab runner) would simply run a shellscript to build+sign the app (by downloading the android SDK, building/signing the apk etc)
The text was updated successfully, but these errors were encountered:
I haven't tried because I only use Android Studio, but if you ever come up with a solution please share, maybe even a PR to the documentation. I'm sure many people will appreciate it.
Hi i was wondering if anybody succeeded in building this repo using simply the android SDK (without android studio).
This should be possible in theory right?
So I guess my question is: till which degree is this repo dependent on android studio?
Motivation
In the past I've had a
git push
buildpipeline going on for cordova apps, which was really comfortable for less experienced developers.The buildservice (gitlab runner) would simply run a shellscript to build+sign the app (by downloading the android SDK, building/signing the apk etc)
The text was updated successfully, but these errors were encountered: