I updated the version of the androidx.appcompat:appcompat
to 1.1.0-alpha03
from 1.1.0-alpha02
. And after that my application started crashing in line super.onCreate(savedInstanceState);
.
It happens in a class that extends PreferenceActivity
. Any solutions ?
Asked
Active
Viewed 68 times
-1

Vladyslav Panchenko
- 1,517
- 1
- 19
- 23
-
1Exactly same issue here, i've to rollback to 1.1.0-alpha02 to understand the issue. – tryp Apr 02 '19 at 14:51
-
@tryp check the answer – Vladyslav Panchenko Apr 05 '19 at 13:47
1 Answers
1
Fixed in new version (1.1.0-alpha04) of Appcompat.
implementation "androidx.appcompat:appcompat:1.1.0-alpha04"

Vladyslav Panchenko
- 1,517
- 1
- 19
- 23