-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsinfra: device labInfrastructure device lab problemsInfrastructure device lab problemsteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team
Description
If you run the devicelab tests it will complain that ANDROID_SDK_ROOT is not set. But if you set it, you'll no longer be able to compile the flutter engine because of the following error:
* What went wrong:
Could not determine the dependencies of task ':app:lintDebug'.
> Several environment variables and/or system properties contain different paths to the SDK.
Please correct and use only one way to inject the SDK location.
ANDROID_HOME: /Users/aaclarke/dev/engine/src/third_party/android_tools/sdk
ANDROID_SDK_ROOT: /Users/aaclarke/Library/Android/sdk
It is recommended to use ANDROID_HOME as other methods are deprecated
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: tests"flutter test", flutter_test, or one of our tests"flutter test", flutter_test, or one of our testsinfra: device labInfrastructure device lab problemsInfrastructure device lab problemsteam-toolOwned by Flutter Tool teamOwned by Flutter Tool teamtriaged-toolTriaged by Flutter Tool teamTriaged by Flutter Tool team