Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
137 views
in Technique[技术] by (71.8m points)

Get Android architecture from HTTP request

After building an APK for multiple architectures:

    splits {
        abi {
            ...
            include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'

I want to make a download link available for each version:

such that the user goes to downloads section of the website, clicks a Download button and gets the system specific apk version. Any ideas how to do that?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...