pls add android 10 as a requirement (wiki)
See original GitHub issue- https://github.com/stevesoltys/seedvault/pull/105
- https://github.com/stevesoltys/seedvault/wiki/Building-with-AOSP (requirements topic)
after digging around with the aosp inline build I found that it simply does not work. thx to https://github.com/stevesoltys/seedvault/issues/97 I got the confirmation that android 10 is needed. so I switched to prebuilt and now realized that ofc that will not work as well (hoped that the a10 req would be just related to building…):
01-02 07:50:17.629 1070 1070 W PackageManager: Failed to parse /system/priv-app/Seedvault: /system/priv-app/Seedvault/Seedvault.apk (at Binary XML file line #7): Requires newer sdk version #29 (current version is #28)
it would have saved me a lot of time when the above 2 things would have been there.
btw any chance to get that running in PIE ever?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Android 10 - Wikipedia
In October 2019, it was reported that Google's certification requirements for Google Mobile Services will only allow Android 10-based builds to be approved ......
Read more >Termux and Android 10 - GitHub
A brief explanation about Android 10 problem Google requires the target SDK level to be set to at least 29, which corresponds to...
Read more >Developer Guides
Welcome to the Android developer guides. These documents teach you how to build Android apps using APIs in the Android framework and other ......
Read more >Android Auto
Connect your phone to your car display—your Android apps show up onscreen, ... With Android 10, Android Auto is built in—so you don't...
Read more >Android - ArchWiki
The Android Studio Setup Wizard installs the required #SDK packages and places the SDK by default in ~/Android/Sdk .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yep help with documenting this is very much appreciated. Thanks!
closing that issue as #105 got merged and wiki is updated, thx!