I have never had a problem compiling until yesterday when I received this error message:
Parsing code. 0.00
Compiling code. 0.07
Compiling layouts code. 0.02
Generating R file. Error
..\Assets\values\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Wallpaper'.
..\Assets\values-v19\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Wallpaper'.
..\Assets\values-v19\styles.xml:5: error: Error: No resource found that matches the given name: attr 'android:windowTranslucentNavigation'.
..\Assets\values-v19\styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:windowTranslucentStatus'.
It happens on most of my programs now, which were working. I tried compiling a simple lockscreen program that I found on your forum and which was working but does not now. I then tried Test.zip on your forum which is the "Hello World" sample and this did compile correctly. I deleted the text from the manifest on the lockscreen to install the default text, but I still received the same error. Does anyone have any suggestions?
Parsing code. 0.00
Compiling code. 0.07
Compiling layouts code. 0.02
Generating R file. Error
..\Assets\values\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Wallpaper'.
..\Assets\values-v19\styles.xml:3: error: Error retrieving parent for item: No resource found that matches the given name '@android:style/Theme.Holo.Wallpaper'.
..\Assets\values-v19\styles.xml:5: error: Error: No resource found that matches the given name: attr 'android:windowTranslucentNavigation'.
..\Assets\values-v19\styles.xml:4: error: Error: No resource found that matches the given name: attr 'android:windowTranslucentStatus'.
It happens on most of my programs now, which were working. I tried compiling a simple lockscreen program that I found on your forum and which was working but does not now. I then tried Test.zip on your forum which is the "Hello World" sample and this did compile correctly. I deleted the text from the manifest on the lockscreen to install the default text, but I still received the same error. Does anyone have any suggestions?