I have searched and made sure there are no existing issues for the issue I am filing
[X] I have searched the existing issues
Description
When trying to run the SDK app.js using Android Studio "play" it won't load any XML files e.g. themes. The error during build is:
E Package [com.titanium.test] reported as REPLACED, but missing application info. Assuming REMOVED.
and when the app runs
W (main) [14,47] Cannot find the theme: Theme.Titanium.Material3.DayNight
It has todo with the gradle update so @AbdullahFaqeir you might know how to fix it right away :smile:
I have searched and made sure there are no existing issues for the issue I am filing
Description
When trying to run the SDK
app.js
using Android Studio "play" it won't load any XML files e.g. themes. The error during build is:E Package [com.titanium.test] reported as REPLACED, but missing application info. Assuming REMOVED.
and when the app runsW (main) [14,47] Cannot find the theme: Theme.Titanium.Material3.DayNight
It has todo with the gradle update so @AbdullahFaqeir you might know how to fix it right away :smile:
Expected Behavior
be able to use themes
Actual behavior
no XML themes are found
Reproducible sample
Steps to reproduce
titanium-sdk/android
in Android Studioapp.js
Platform
Android
SDK version you are using
12.6.0 / master
Alloy version you are using
No response