Hi!
Up to now, I didn't know, that this setting exists in manifest-file: CreateResourceFromFile()
I only noticed it, since I'm getting an error during compilation for new projects, which I startet in B4A 8.0.
Where can I get these themes?
Following sitations:
CreateResourceFromFile(Macro, Themes.DarkTheme) -> it seems, that this is the default-setting on new projects?
Result: res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material'.
CreateResourceFromFile(Macro, Themes.LightTheme)
Result: res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.
CreateResourceFromFile(Macro, Themes.Holo)
Result: File not found: Holo.b4x_excluded
No CreateResourceFromFile()
Result: no error
I'm creating apps, which have to run on Android 4.3.x systems. So the "Holo"-Theme would be interesting for me too. But what I have to install, that B4A find the necessary resource-files?
Is it a missing SDK? I've installed components of: API18, API23, API26
(But I didn't installed all components of the APIs).
I saw, that other users had similar Problems with "firebaseAds"-Themes. Maybe a similar reason?
Thank you very much!
Best regards,
Wolfgang
Up to now, I didn't know, that this setting exists in manifest-file: CreateResourceFromFile()
I only noticed it, since I'm getting an error during compilation for new projects, which I startet in B4A 8.0.
Where can I get these themes?
Following sitations:
CreateResourceFromFile(Macro, Themes.DarkTheme) -> it seems, that this is the default-setting on new projects?
Result: res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material'.
CreateResourceFromFile(Macro, Themes.LightTheme)
Result: res\values-v20\theme.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light'.
CreateResourceFromFile(Macro, Themes.Holo)
Result: File not found: Holo.b4x_excluded
No CreateResourceFromFile()
Result: no error
I'm creating apps, which have to run on Android 4.3.x systems. So the "Holo"-Theme would be interesting for me too. But what I have to install, that B4A find the necessary resource-files?
Is it a missing SDK? I've installed components of: API18, API23, API26
(But I didn't installed all components of the APIs).
I saw, that other users had similar Problems with "firebaseAds"-Themes. Maybe a similar reason?
Thank you very much!
Best regards,
Wolfgang