pnemonic78 / HalachicTimes

Halachic Times
Apache License 2.0
10 stars 2 forks source link

Compile error #118

Closed mendelct closed 1 year ago

mendelct commented 1 year ago

Tried to compile in Android Studio got the following error AddLocationActivity is not abstract and does not override abstract method onCreate() in ThemeCallbacks. What am I missing?

pnemonic78 commented 1 year ago

Are you using master branch?

onCreate() was renamed to onPreCreate

From: mendelct @.> Date: Wednesday, 30 November 2022 at 21:32 To: pnemonic78/HalachicTimes @.> Cc: Subscribed @.***> Subject: [pnemonic78/HalachicTimes] Compile error (Issue #118)

Tried to compile in Android Studio got the following error AddLocationActivity is not abstract and does not override abstract method onCreate() in ThemeCallbacks. What am I missing?

— Reply to this email directly, view it on GitHubhttps://github.com/pnemonic78/HalachicTimes/issues/118, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB3GXCWGLZKUZBORPO2QNKTWK6TUPANCNFSM6AAAAAASP7Q2WY. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mendelct commented 1 year ago

Git was not cloning the latest version

mendelct commented 1 year ago

a simple git submodule update --remote seems to have solved the issue