ShaneG30 Well-Known Member Licensed User Dec 6, 2014 #1 I have Lollipop installed on my Nexus 5 and am wondering why I get the old Holo theme when I compile my app. Thanks.
I have Lollipop installed on my Nexus 5 and am wondering why I get the old Holo theme when I compile my app. Thanks.
Erel Administrator Staff member Licensed User Dec 7, 2014 #2 Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute.
Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute.
ShaneG30 Well-Known Member Licensed User Dec 7, 2014 #3 Erel said: Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute. Click to expand... Awesome, it works! Thanks!
Erel said: Open the manifest editor and change android:targetSdkVersion to 21. Make sure that you are not explicitly setting the theme attribute. Click to expand... Awesome, it works! Thanks!