Relative Content

Tag Archive for androidandroid-studio

How to copy project in Android Studio

I am making companion app for phone to assist in installing my watch face on a Wear OS watch. Each watch face needs its own phone app. These companion apps are essentially the same, with minor adjustments (e.g., package name).

regression: mergeDebugResources xliff 1.2 bad url problem

I have an android studio reporting:
:app:mergeDebugResources: error.
Can not extract resource from com.android.aaptcompiler.ParsedResource@17e23bc1
Opening >>project-base<</app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/value.xml(given in log entry) shows an obsolete xmlns value of ‘http://schemas.android.com/tools’ and the ‘urn:oasis:names:tc:xliff:document:1.2’.
Schemas.android.com does not exist.

Android Studio Iguana build tools corrupted

I have installed a newly downloaded, clean copy, of Android Studio Iguana and have a problem with a newly created project from empty activity and get a build error stating installed build tools revision 33.0.0 is corrupted.
I tried to attach screen shots of the error message and settings but could not add any here.
In the SDK Manager settings I have the 33 and 34 platforms installed. If I uninstall 33 I get the same error but for build tools 34. I do not understand this as I have version 35 of buld tools installed.
Anyone help me with this?