Can't target api, --sdk argument broken
See original GitHub issueCurrent argument --sdk
returns multiple other arguments/aliases that could be something you probably meant and the script thinks that --sdk
is only a prefix to something. I changed it to --sdkver
, however I’m not sure if this could be a good pr. Instead maybe fixing the script to accept the argument is the right solution.
p4a apk: error: ambiguous option: --sdk could match --sdk-dir, --sdk_dir
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Android SDK 29 “unable to install additional SDK platform ...
The simplest way to workaround this issue is to copy or move the Android SDK installed by the Hub to a different path...
Read more >Android studio - Failed to find target android-18 - Stack Overflow
I think you might not have the Android-18 sdk installed. Go to Tools > Android > SDK Manager and check to see if...
Read more >Android Question [ SOLVED] Target SDK 31 widget crash - B4X
Hello, I am upgrading a widget-enabled app to targetSDK 31. When I install the widget, it does not load and I get an...
Read more >Restrictions on non-SDK interfaces - Android Developers
Non-SDK interfaces that you cannot use regardless of your app's target API level. If your app attempts to access one of these interfaces,...
Read more >Migrating My App To Android 12 - Medium
The first step in the migration process is to update the target API level. If you recently updated or created your app, you...
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
https://docs.python.org/3/library/argparse.html#argument-abbreviations-prefix-matching <- the answer is yes. I’ll disable this behaviour.
Great. Thanks for all the bug reports as well!