No matter what I've done, I can't get this build to work! I have followed all the android target instructions thoroughly.
Do I need to run cerberus or android sdk manager as administrator? i recall when using Monkey compiler I had to run sdk manager as adminstrator. (which I think I've all ready tried in this case)
As you can see below, all the licenses are accepted. Also, looking in c:\users\admin\etc... folder the sdks and api files and folders are all there - so as far as I know nothing is missing. but get the write error, like it doesn't have permission to write, or acts like the sdk/api files are missing ...
Please help!
"C:/Cerberus_v2018_08_10/bin/transcc_winnt" -target=Android_Game -config=Debug "C:/Cerberus_v2018_08_10/MyStuff/WoodRoom2/WoodRoom2.monkey"
TRANS cerberus compiler V2018-08-10
Parsing...
Semanting...
Translating...
Building...
Checking the license for package Android SDK Build-Tools 27.0.3 in C:\Program Files\Android\Android Studio\licenses
License for package Android SDK Build-Tools 27.0.3 accepted.
Preparing "Install Android SDK Build-Tools 27.0.3 (revision: 27.0.3)".
Warning: Failed to read or create install properties file.
Checking the license for package Android SDK Platform 28 in C:\Program Files\Android\Android Studio\licenses
License for package Android SDK Platform 28 accepted.
Preparing "Install Android SDK Platform 28 (revision: 6)".
Warning: Failed to read or create install properties file.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Failed to install the following SDK components:
platforms;android-28 Android SDK Platform 28
build-tools;27.0.3 Android SDK Build-Tools 27.0.3
The SDK directory is not writable (C:\Program Files\Android\Android Studio)
* 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 11s
TRANS FAILED: Android build failed.
Done.
Sorry to bother about this, as it seems others had this issue?