Android Question [RESOLVED] Unfortunately has stopped - AppCompat theme features

Walter Adriano da Silva

Member
Licensed User
Longtime User
I start my app and "Unfortunately has stopped" dialog is shown but the error stack does not displayed in the logs. Are there a way to know the one?

Thanks
 

Walter Adriano da Silva

Member
Licensed User
Longtime User
I'm trying run in rapid, legacy, or release, the app always show the dialog.

Note: Usually when try run in Rapid Debug without establish a connection through the bridge, a looping progress bar is shown until connect, but it is shown the "Unfortunately has stopped" dialog anyway.

Note 2: I changed http approach to okhttp, I don't know if it this is important.
 
Upvote 0

Walter Adriano da Silva

Member
Licensed User
Longtime User
I decided use a older version from a backup, and I'm using sdk 23. Next I got this issue, then, I got the error from can't parse Apache, and I tried this, but when I set OkHttp, the app show me "Unfortunately has stopped" dialog again. I already have problems with OkHttp.

Now I'll try another approach (downgrade sdk version, support libs and all from sdk manager), but a would like know which is the error here, in the future I'll need this.
 
Upvote 0

Walter Adriano da Silva

Member
Licensed User
Longtime User
I found error through 'adb logcat'.

When I try run the app, it's throwing this:
java.lang.IllegalArgumentException: AppCompat does not support the current theme features: { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay: false, windowNoTitle: false }
 
Upvote 0

Walter Adriano da Silva

Member
Licensed User
Longtime User
The error started after I upgraded the Android Support Library to version 23, consequently I'm using the API 23 too.

I got a "Unfortunately has stopped" dialog when the app is started. In debug mode, the app crash before of show me the exception message.

I got it the exception message using "adb logcat" by prompt:
java.lang.IllegalArgumentException: AppCompat does not support the current theme features: { windowActionBar: false, windowActionBarOverlay: false, android:windowIsFloating: false, windowActionModeOverlay: false, windowNoTitle: false }

About AppCompat, the app already used AppCompat and worked perfectly.
 
Upvote 0
Top