Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
At present, the Android SDK in the official buckets is very confusing, I have implemented a better SDK management solution in my own bucket and am ready to request to merge them into the official buckets at any time.
There is an
android-sdk-base
manifest in the bucket, which is the base directory of the entire android sdk (can Scoop add modularization support? It must requireurl
to work properly). Other components are installed in their own directories, but they create links within thebase
package. The advantage of managing components in this way is that you don't need to manually manage environment variables, and you can also use Android Studio or sdkmanager to manage SDK packages.Beta Was this translation helpful? Give feedback.
All reactions