-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.IllegalStateException: Only fullscreen activities can request orientation #68
Comments
@8masterofpuppets8 Hey Georgi, would you please tell me which version of the SDK did this happen on? |
Hi, yes of course :) I'm on version
The code I use for Instabug is:
The I call the SDK like this This works when I run the app on Android 7 but on Android 8 it fails with the exception above. Let me know if I can help in any other way. I really like the SDK and would like to continue using it :) |
I can confirm that if I put the |
@reemalashry1 Any updates here? We're also seeing this issue |
Hi, we are seeing this issue on Android 8.1 DP too. |
We are currently working on a fix for this and I'll make sure to notify you all whenever its done :) |
@ZiadAyman So, any updates? It's quite disappointing that a bug that crashes apps is not fixed faster. And this should be an easy fix too, I would guess? |
Hey @hanspeide This will be released very soon from our side and I'll make sure to notify you within the coming days :) |
3 weeks later, still the case |
@schusss We know this is taking time from our side. We are doing our best and the issue will be solved once we release our mobile dev early next week. I will make sure to notify you once everything is in place :) |
Hey all! We released our mobile dev. Please update to our latest android version 4.5.0 where the orientation issue is fixed. |
I can confirm that v4.5.0 works for me with this config:
Thanks guys! |
We are using firebase-ads. Our configuration Should we wait for firebase-ads update? |
hey @par128 Can you tell me please what Android SDK version are you using? |
Thank you for responding, Ziad. |
We see that the crash has only happened on one device so far. |
I am sorry if you misunderstood my question, I mean instabug's SDK version @par128 Is it 4.5.0 the latest one or you are using an older SDK version? |
I'm so sorry. |
@par128 Oh okay, no worries :)) |
On v4.9.0, I am currently getting the same error and app crash while running my app on API 26 AVD. targetSdkVersion is 27 for the application I am working on. NOTE: Reverting to 4.5.0 or changing the targetSdkVersion to 26 seems to be resolving the issue. I would assume the latest 4.9.0 would have the changes made in 4.5.0. but I think not (?) |
Hi, android {
compileSdkVersion 27
defaultConfig {
...
minSdkVersion 23
targetSdkVersion 27
}
} |
Hello, My app is using I have used Transparent activity registering it in Manifest with orientation. java.lang.IllegalStateException: Only fullscreen activities can request orientation It only happens on Android 8.0. |
Set Orientation of activity in Manifiest.xml |
|
Where I must use this override? |
Hey @Darioszka, |
Crashes on Oreo: Only fullscreen activities can request orientation My Manifest is very simple: -
` |
@Darioszka |
Im using Unity and I have installed API 28 on Android Studio |
@Darioszka This doesn’t seem related to the Instabug SDK. If it is, please open a new issue on our Unity SDK repo at https://github.com/Instabug/unity |
Got this error when targeting Android O (API 27).
Any ideas on how to resolve?
The text was updated successfully, but these errors were encountered: