Closed timehlers closed 2 years ago
My guess is, that the current version of "termux-shared" in "termux-app" is incompatible with "termux-widget", while the official file "com.termux.termux-app:termux-shared:f3ffc36bfd" is comp
Changes were made in theming after f3ffc36bfd. You can use Theme.BaseActivity.DayNight.DarkActionBar
instead. I would suggest to roll back commits to f3ffc36bfd and then build/publish library if you cannot fix issues yourself created by using a higher termux-shared
version, I don't have time to provide support for such issues. Or wait for me to update termux-widget to latest termux-shared version, whenever that happens.
https://github.com/termux/termux-app/wiki/Termux-Libraries#forking-and-local-development
Problem description
local build without downloaded "com.termux.termux-app:termux-shared:f3ffc36bfd" fails with error:
Steps to reproduce
I have patched this to make the build completely local:
Then I build "termux-app", which builds and creates the shared file "termux-shared-release.aar", which I try to include in the "termux-widget" build.
My guess is, that the current version of "termux-shared" in "termux-app" is incompatible with "termux-widget", while the official file "com.termux.termux-app:termux-shared:f3ffc36bfd" is compatible.
I want to build termux completely without any dependencies by my own compile the app for a different function under another name...
Thanks
Tim