You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
The project does not build in (nearly) current Android Studio 3.2.1 with gradle warnings, such as:
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
and build failures such as
Execution failed for task ':app:processDebugResources'.
> Android resource linking failed
Output: W/ResourceType(11468): For resource 0x0101053d, entry index(1341) is beyond type entryCount(1320)
W/ResourceType(11468): For resource 0x0101053e, entry index(1342) is beyond type entryCount(1320)
W/ResourceType(11468): For resource 0x0101053b, entry index(1339) is beyond type entryCount(1320)
W/ResourceType(11468): For resource 0x0101053c, entry index(1340) is beyond type entryCount(1320)
D:\src\samples\android-agera\app\src\main\res\layout\step2.xml:18: error: attribute orientation (aka com.example.android.codelabs.agera:orientation) not found.
Just want to make sure there is some life here before devoting my time to reviving that is only mostly dead.