He got it sorted out regarding the license![]()
Hi... I got the same error, but this Command Prompty method didn't work here... What can I do? I can't work with my projects when I bought the 2.5+...
Message error:
"Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :app
Observed package id 'add-ons;addon-google_apis-google-21' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-21-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-21')
Already observed package id 'add-ons;addon-google_apis-google-21' in 'C:\Android\sdk\add-ons\addon-google_apis-google-21'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-21-1'
Observed package id 'add-ons;addon-google_apis-google-22' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-22-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-22')
Already observed package id 'add-ons;addon-google_apis-google-22' in 'C:\Android\sdk\add-ons\addon-google_apis-google-22'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-22-1'
Observed package id 'add-ons;addon-google_apis-google-23' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-23-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-23')
Already observed package id 'add-ons;addon-google_apis-google-23' in 'C:\Android\sdk\add-ons\addon-google_apis-google-23'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-23-1'
Observed package id 'add-ons;addon-google_apis-google-24' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-24-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-24')
Already observed package id 'add-ons;addon-google_apis-google-24' in 'C:\Android\sdk\add-ons\addon-google_apis-google-24'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-24-1'
Observed package id 'build-tools;20.0.0' in inconsistent location 'C:\Android\sdk\build-tools\android-4.4W' (Expected 'C:\Android\sdk\build-tools\20.0.0')
Observed package id 'add-ons;addon-google_apis-google-21' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-21-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-21')
Already observed package id 'add-ons;addon-google_apis-google-21' in 'C:\Android\sdk\add-ons\addon-google_apis-google-21'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-21-1'
Observed package id 'add-ons;addon-google_apis-google-22' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-22-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-22')
Already observed package id 'add-ons;addon-google_apis-google-22' in 'C:\Android\sdk\add-ons\addon-google_apis-google-22'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-22-1'
Observed package id 'add-ons;addon-google_apis-google-23' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-23-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-23')
Already observed package id 'add-ons;addon-google_apis-google-23' in 'C:\Android\sdk\add-ons\addon-google_apis-google-23'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-23-1'
Observed package id 'add-ons;addon-google_apis-google-24' in inconsistent location 'C:\Android\sdk\add-ons\addon-google_apis-google-24-1' (Expected 'C:\Android\sdk\add-ons\addon-google_apis-google-24')
Already observed package id 'add-ons;addon-google_apis-google-24' in 'C:\Android\sdk\add-ons\addon-google_apis-google-24'. Skipping duplicate at 'C:\Android\sdk\add-ons\addon-google_apis-google-24-1'
Observed package id 'build-tools;20.0.0' in inconsistent location 'C:\Android\sdk\build-tools\android-4.4W' (Expected 'C:\Android\sdk\build-tools\20.0.0')
Checking the license for package Android SDK Build-Tools 28.0.3 in C:\Android\sdk\licenses
Warning: License for package Android SDK Build-Tools 28.0.3 not accepted.
Checking the license for package Android SDK Platform 28 in C:\Android\sdk\licenses
Warning: License for package Android SDK Platform 28 not accepted.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0.3
platforms;android-28 Android SDK Platform 28
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
Alternatively, to transfer the license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html
Using Android SDK: C:\Android\sdk
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 1m 53s"Erro.png
Please check first page of this post
Possible errors the first time you build an application and/or you use a new API
License for package XXXXX not accepted.
+ Gradle automatically downloads the libraries and build tools it needs, however it doesn't ask you for accepting licenses. If you get an error message that says "", do this:tools/bin
1. open an explorer window and go to the Android SDK folder (usually C:\Users\YourName\AppData\Local\Android\Sdk)
2. open thesub-directorysdkmanager --licenses
3. open a command prompt window in this directory and type "" (orsdkmanager --updatefor old versions of the SDK), this will allow you to review and accept the licenses of the downloaded files. You can also simply open the SDK Manager and update the build API/Tools, this may work.
Note: the directory structure of the source files in the Android zip files for Gradle is different. If you use 3rd party extensions that aren't updated, Fusion will try to automatically convert it to Gradle. This works with simple extensions, but could fail for more complex ones. In this case, you'll have to wait for the developer to release an update.
Regards,
Fernando Vivolo
... new things are coming ...
Hi Fernando. Thanks for your answer. I did ALL the steps from the First post, but on the command prompt I got the message error: "An error occurred during instalation: failed to move away ir delete existing target file
Move It away manually and try again." (Picture on my post).
I don't know what i can do...
Are the SDK Manager or Android Studio opened when you run the command? If so, close them.
In the error log you posted, "C:\Android\sdk\" is not standard, Android Studio usually installs the SDK to C:\Users\Yourname\AppData\Local\Android\Sdk". Did you set the Android SDK option in the Preferences of Fusion to the Android SDK pathname displayed in the Android Studio config screen?
Hallo, i come from germany and i have many problems with clickteam 2.5 and
i can`t download oracle JDK 8, acount maket, no email wtf...
have Windows 10 clickteam 2.5 Android Export Module
what going on?
more information
I am desperate for two weeks, It works ... then not Build Api 28 he made, but not installable on the phone.
java path (for the time being) no JDK8 C: \ Program Files \ Java \ jdk1.8.0_161
in preverences C: \ Users \ ralfe \ AppData \ Local \ Android \ Sdk
why an account on oracle to get a download Why? no email back nothing .. and now?