interlnk Member Licensed User Dec 14, 2017 #1 When I compile the code of an app with Firebase I get the following error: AndroidManifest.xml:118: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme')What's wrong?
When I compile the code of an app with Firebase I get the following error: AndroidManifest.xml:118: error: Error: No resource found that matches the given name (at 'theme' with value '@style/Theme.IAPTheme')What's wrong?
Emme Developer Well-Known Member Licensed User Longtime User Dec 14, 2017 #2 This means that in your theme you don't have @style line. Can you post your manifest and your theme file? Upvote 0
This means that in your theme you don't have @style line. Can you post your manifest and your theme file?
interlnk Member Licensed User Dec 14, 2017 #3 Yes Attachments AndroidManifest.xml 6 KB · Views: 434 theme.xml 182 bytes · Views: 395 Upvote 0
Emme Developer Well-Known Member Licensed User Longtime User Dec 14, 2017 #4 Have you the last version of - Android Support Repository - Google Repository ? Make sure you have updated the sdk Upvote 0
Have you the last version of - Android Support Repository - Google Repository ? Make sure you have updated the sdk
Emme Developer Well-Known Member Licensed User Longtime User Dec 14, 2017 #6 Can you post a screenshot of your sdk? @style/Theme.IAPTheme is a resource in Google play service Upvote 0
interlnk Member Licensed User Dec 14, 2017 #7 Yes Attachments sdk-1.jpg 377.4 KB · Views: 344 sdk-2.jpg 299.4 KB · Views: 332 sdk-3.jpg 318 KB · Views: 323 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 14, 2017 #8 Use this tool to download the latest Android SDK with the recommended items. Make sure to configure the IDE to use the new SDK. Upvote 0
Use this tool to download the latest Android SDK with the recommended items. Make sure to configure the IDE to use the new SDK.