TestCase with appcompat 1.2.0 and changed aar - all aars needed are in folder aar (reference is the same as In Android Studio) inprax.pl.androidapplication.zip (5.3 MB)
I found intermeddiate folders in AS - do you want them ? I have some simple AppCompatActivity app with the same version off appcompat I gave you. There are compiled res etc… But I don’t know what should I search for ?
Maybe you will find something interesting ? folder are well-named…
I get there same errors as you. fwiw, Animation.AppCompat.Dialog is declared in appcompat-1.2.0’s values.xml.
But I know what the problem is.
I’m linking each aar’s files separately now, remember. So this fails when linking material-1.2.0 on it’s own, as it doesn’t see the files from appcompat-1.2.0.
have you got any idea or should I give up with your tool and should use only Android Studio ?
Do you want these folders form Android Studio to compare ?
I don’t know. TBH I’m >< this close to just officially drop support for building Android apps. altogether. (Note we’d still support building .jar files for use by Android and — as I outlined before — you should be able to reuse all your existing code from an Android Studio app simply by using the .jar file compiled by Elements — I’d just drop support for packaging actual apps — essentially all parts of the tool chain that go after the core compile).
I also have one more idea tho try. link each aar individually as an .apk, and add dependent .apks in the process.
Bit this will need some major refactoring to try, as I currently;y process all .aar’s sequentially and have no info on their dependencies at this point. If I get bored over the weekend, I’ll restructure this to enable that and we can see where this goes. This does seem the most promising idea so far though, thinking about it.
Just a quick look, this does to give us any new information, and doesn’t cover the part thats broken now — having R.java classes fro each package matching in namespace and in final resource IDs. The linked topic only seems to address the " case of not having any dependent aars with resources. That that part has been fine the while time.
I addee it as library, namespace are visible but as i know inside jar they are my activities. I tried call in manifest app straed and close… Maybe i should create fake activity in android studio app and set this activity in manifest?
The last per-object doesn’t have proper Gradle references, but directly references the .aat files, this will not work, as it loses the dependency graph. Do you have a proper testcase that fails with this same error, but uses grade package references?
At this stage I’ll have to consider appcompat-v7 broken and not longer supported, and I’ll have to out a pin in further work on this until I have a testcase that uses clean Gradle references and shows per-aar aapt2 link fail on a missing dependency (as your lactase did, but w/o proper Gradle refs).
D: /Users/mh/Library/Android/sdk/build-tools/33.0.1/aapt2 link -v -o "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/core-1.9.0linked-resources.apk" --manifest "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/AndroidManifest.xml" --java "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-java" --proto-format -I /Users/mh/Library/Android/sdk/platforms/android-33/android.jar -I "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/annotation-experimental-1.3.0/annotation-experimental-1.3.0linked-resources.apk" -I "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/lifecycle-runtime-2.5.1/lifecycle-runtime-2.5.1linked-resources.apk" --min-sdk-version 26 --target-sdk-version 26 "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_action_tombstone.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ur_values-ur.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable_notification_icon_background.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-pa_values-pa.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-pt-rBR_values-pt-rBR.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-as_values-as.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-fi_values-fi.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-uk_values-uk.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_template_part_time.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ka_values-ka.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-iw_values-iw.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-bs_values-bs.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-mk_values-mk.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable_notification_bg_low.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-in_values-in.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_custom_dialog.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-zu_values-zu.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-mr_values-mr.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-hr_values-hr.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-en-rAU_values-en-rAU.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sk_values-sk.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_action.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-v21_notification_action_background.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-th_values-th.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sr_values-sr.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-km_values-km.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-af_values-af.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-pt_values-pt.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-es-rUS_values-es-rUS.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-fr-rCA_values-fr-rCA.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-gl_values-gl.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout-v21_notification_action_tombstone.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-gu_values-gu.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-kk_values-kk.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-zh-rHK_values-zh-rHK.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_template_custom_big.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-te_values-te.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ml_values-ml.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ky_values-ky.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ar_values-ar.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-en-rIN_values-en-rIN.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-da_values-da.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-am_values-am.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ms_values-ms.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-zh-rTW_values-zh-rTW.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-en-rGB_values-en-rGB.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-hy_values-hy.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-zh-rCN_values-zh-rCN.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-nl_values-nl.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_template_part_chronometer.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ro_values-ro.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout-v21_notification_template_icon_group.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-my_values-my.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-lv_values-lv.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-pl_values-pl.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-lo_values-lo.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values_values.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-bg_values-bg.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sl_values-sl.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-v21_values-v21.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-en-rCA_values-en-rCA.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-hu_values-hu.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-vi_values-vi.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-en-rXC_values-en-rXC.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ru_values-ru.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout-v21_notification_template_custom_big.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-hdpi-v4_notification_bg_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-pt-rPT_values-pt-rPT.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-fr_values-fr.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-et_values-et.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-bn_values-bn.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ca_values-ca.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-is_values-is.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sv_values-sv.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-tl_values-tl.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout_notification_template_icon_group.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-fa_values-fa.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-uz_values-uz.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ko_values-ko.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-hi_values-hi.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-b+sr+Latn_values-b+sr+Latn.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-xhdpi-v4_notification_bg_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-si_values-si.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ne_values-ne.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-it_values-it.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-de_values-de.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout-v21_notification_action.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ta_values-ta.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-es_values-es.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable_notification_bg.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-el_values-el.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-mn_values-mn.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/layout-v16_notification_template_custom_big.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-eu_values-eu.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable_notification_tile_bg.xml.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-cs_values-cs.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-nb_values-nb.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-mdpi-v4_notification_bg_low_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-az_values-az.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-v16_values-v16.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-be_values-be.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sw_values-sw.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-mdpi-v4_notification_bg_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-tr_values-tr.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-or_values-or.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-sq_values-sq.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-kn_values-kn.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-lt_values-lt.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-hdpi-v4_notification_bg_low_normal.9.png.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/values-ja_values-ja.arsc.flat" "/Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/core-1.9.0/aapt2-compiled/drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat"
aapt2 link> note: including /Users/mh/Library/Android/sdk/platforms/android-33/android.jar.
aapt2 link> note: including /Users/mh/Library/Application Support/RemObjects Software/EBuild/Obj/Weather for Android-0602CFB8260D6296BF360A93C81275CD7AB91075/Debug/Cooper-Android/aar/annotation-experimental-1.3.0/annotation-experimental-1.3.0linked-resources.apk.
E: aapt2 link: can't include static library when not building a static lib.
there goes this plan out the window. Seems I cannot reference an .apk for a dependent lib, while processing a lib :(.
That still doesnt solve the Alpha issue, so we’ll need a test-case that does not depend opt either appcompat-v7 or androidx.appcompat:appcompat:*, as apparently both are broken with this, and no longer usable.
I’ll commit, maybe you;ll have a chance to test against something sane/real. My only real project, I cant easily drop androidx.appcompat:appcompat:* (meaning I have a lot of work there to ever get that one to rebuild, even if we can fix the toolchain…)
I’m also not sure whether the final link for the app should re-include all resources or reference the per-aar .apk files. And if the latter, whether it
'll pull therein or we need to man halt merge or package them all into the final .apk/.aab. SO I’m leaving that part out for now, lets just see if we get get past aap2/compile ok for a real test case with dependencies that fails now, and then we take it from there…