Fixed
Status Update
Comments
vi...@google.com <vi...@google.com> #2
an...@google.com <an...@google.com> #3
Our team had requested additional information for this issue which was not provided within 30 days. Unfortunately there is not enough information for us to proceed and this issue is now closed.
In the future, if you encounter this or any other issue, please readhttps://developer.android.com/studio/report-bugs.html and file a new bug report with all the required information. This will help ensure the team can correctly triage, reproduce, and resolve your issue.
Thank you!
In the future, if you encounter this or any other issue, please read
Thank you!
la...@gmail.com <la...@gmail.com> #4
Unless I am wrong, no additional information has been requested for this issue. The only comment left was a possible duplicate pointing to an internal tracker I do not have access.
jo...@google.com <jo...@google.com>
al...@google.com <al...@google.com> #5
AndroidX team is also blocked on this issue. Happy to provide more information if requested. We're using AS 4.0 Beta 4 from the AndroidX checkout (go/androidx-onboarding for checkout instructions, run all tests for appcompat:appcompat on device with SDK < 21).
be...@google.com <be...@google.com> #6
Alan, can you confirm this still happens for 4.0 Beta 5?
be...@google.com <be...@google.com>
ku...@google.com <ku...@google.com>
ku...@google.com <ku...@google.com> #7
There's a pending cl, and it would be cherry-picked to 4.0. Sorry about the issue I introduced when implementing dynamic feature related. Basically, gating logic is missing in the current codebase.
rp...@google.com <rp...@google.com> #8
Marking as blocking 4.0.1, since we plan to release this with 4.0.1 (the CL is ready to be submitted to studio-4.0--dev
Description
AI-193.2956.37.40.6052267, JRE 1.8.0_212-release-1586-b4-5784211x64 JetBrains s.r.o, OS Mac OS X(x86_64) v10.15.2, screens 1440x900; Retina
AS: 4.0 Canary 6; Kotlin plugin: 1.3.61; Android Gradle Plugin: 4.0.0-alpha06; Gradle: 6.1; NDK: from local.properties: (not specified), latest from SDK: 20.1.5948944; LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: (not found)
IMPORTANT: Please read
Steps to reproduce in Android Studio:
1. Create a virtual device with API 19 (Android 4.4 x86 - Google Play) image
2. Create a virtual device with API 25 (Android 7.1.1 x86_64 - Google Play) image
3. Create a new Project
4. Select the "Empty Activity" application template
5. Run the ExampleInstrumentedTest class against the API 25 device => It works
6. Run the ExampleInstrumentedTest class against the API 19 device => It fails with the following message: "Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: Running Instrumented Tests for Dynamic Features is currently not supported on API < 21."
Note that when running on the command line "./gradlew connectedAndroidTest" agains both virtual devices, no error occurs.