android - FullScreenActivity broke my app -
android studio gives option create fullscreenactivity. chose create it. entire project not compiling. not sure why. when tried undo, android studio says following files have been affected:
attrs.xml
style.xml
manifest
, colors
.
so far have found following new stuff don't understand
<style name="fullscreenactionbarstyle" parent="widget.appcompat.actionbar"> <item name="android:background">@color/black_overlay</item> </style>
where widget.appcompat
in red.
the main issue seems gradle sync failed because not find "androidtestcompile".
it not related answer, you:
use version control software can rollback:
version control system records changes file or set of files on time can recall specific versions later. examples in book use software source code files being version controlled, though in reality can type of file on computer.
http://developer.android.com/about/versions/android-5.0-changes.html
Comments
Post a Comment