Made p4a call sdkmanager instead of android in new Android SDK versions#1051
Made p4a call sdkmanager instead of android in new Android SDK versions#1051inclement wants to merge 1 commit intokivy:masterfrom
sdkmanager instead of android in new Android SDK versions#1051Conversation
|
In working through the same errors as in #1050 I've found that my android-sdk layout places I also have a depreciated version of the Not sure if this is what everyone is experiencing or not, but this is on a freshly installed VM (16.04) and fresh download of the sdk |
|
@nocarryr Yeah, this PR is not quite right as I downloaded the SDK from scratch and misunderstood the directory structure. I have an improved version that isn't pushed yet. |
|
@inclement 👍 Thanks, just thought I'd share the discovery. Have you also noticed any issues with a non-existent This may be a separate issue, but I thought I'd ask here in case you've come across it |
|
@nocarryr Thanks for reporting it, it's always useful! The build.xml problem is because the build tools no longer ship with ant, it is also deprecated. I think you can install an older version for now, or tito has done the work to make p4a use gradle instead (PR at #1042), which we're working to review and merge. |
|
Thanks for the info, I haven't checked in on p4a progress in awhile so I'm catching up. Great work btw |
No description provided.