Android 使用adMob V2编译时出错(检索项的父级时出错/意外的顶级错误:)

Android 使用adMob V2编译时出错(检索项的父级时出错/意外的顶级错误:),android,xml,admob,Android,Xml,Admob,admobs B4A 5.50中存在此类错误 IDE - Process timeout: 600 Javac.exe: C:\Java\jdk1.8.0_73\bin\javac.exe Android.jar: C:\Android\android-sdk\platforms\android-15\android.jar B4A bridge: v2.13 Phone: Samsung Galaxy S3 (GT-I9305) System: Android 4.4.4 Libraies:

admobs B4A 5.50中存在此类错误

IDE - Process timeout: 600
Javac.exe: C:\Java\jdk1.8.0_73\bin\javac.exe
Android.jar: C:\Android\android-sdk\platforms\android-15\android.jar
B4A bridge: v2.13
Phone: Samsung Galaxy S3 (GT-I9305)
System: Android 4.4.4
Libraies: Core (v4.92) and Admob (V2.0)
以调试方式运行时,出现以下错误:

B4A version: 5.50
Parsing code. (0.00s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Generating R file. Error
c:\android\android-sdk\extras\google\google_play_services\libproject\google-play-services_lib\res\values-v21\appinvite_styles.xml:5: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Material.Light.DialogWhenLarge.NoActionBar'.

我在android中遇到了类似的问题,您需要增加MaxRamForDex:

它将解决这个问题