problem in setting up android with qt 6.6.3 on mac
-
I am facing an error of:
Android SDK Command-line Tools runs.
Android Platform SDK(version) installed.
All essential packages installed for all installed Qt versions.
how to solve this problem -
Your JDK Location is wrong, too deep into details.
-
Now I have set the correct JDK location, but I am still encountering the same problem.
-
I suggest renaming / removing
/Users/prabhakaran/Library/Android/sdk
and trying again (clicking on Set Up SDK)Additionally you can start Qt Creator from command line with logging enabled as:
% QT_LOGGING_RULES=qtc.android*=true /Applications/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
Hopefully you can get enough information to fix the issue.
-
i solved the issue
Clear Qt Creator Cache:
Sometimes, cached data causes Qt Creator to not detect updates or changes correctly. You can try clearing the cache by:
Deleting the .config/QtProject and .local/share/QtProject directories under your home directory.