# Tutorial for android is not working as for current date

**URL:** https://discuss.hotwired.dev/t/tutorial-for-android-is-not-working-as-for-current-date/6057
**Category:** General
**Created:** [November 9, 2024, 3:48am UTC](https://discuss.hotwired.dev/t/tutorial-for-android-is-not-working-as-for-current-date/6057 "2024-11-09T03:48:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dmytsuu](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/dmytsuu/32/3931_2.png) [@dmytsuu](https://discuss.hotwired.dev/u/dmytsuu)
#### Post date: [November 9, 2024, 3:48am UTC](https://discuss.hotwired.dev/t/tutorial-for-android-is-not-working-as-for-current-date/6057/1 "2024-11-09T03:48:35Z")

</div>

Latest version of AndroidStudio, 1.0.1 hotwire-native version. In result just crashes on open.

---

<div class="post-metadata">

### Author: ![yunggindigo](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/yunggindigo/32/1271_2.png) [@yunggindigo](https://discuss.hotwired.dev/u/yunggindigo)
#### Post date: [November 10, 2024, 4:48pm UTC](https://discuss.hotwired.dev/t/tutorial-for-android-is-not-working-as-for-current-date/6057/2 "2024-11-10T16:48:02Z")

</div>

The same thing is happening to me but I was able to get past it on my live stream by debugging the errors and adding some changes to the code.

> **[Building a hybrid android app with Rails 8](https://www.youtube.com/live/q4PuHkGYeUc?feature=share)**
>
> We are going to continue on yesterdays stream and take that marketplace app we built with Rails 8 and turn it into an Android mobile app

---

<div class="post-metadata">

### Author: ![yunggindigo](https://yyz1.discourse-cdn.com/flex027/user_avatar/discuss.hotwired.dev/yunggindigo/32/1271_2.png) [@yunggindigo](https://discuss.hotwired.dev/u/yunggindigo)
#### Post date: [November 10, 2024, 4:51pm UTC](https://discuss.hotwired.dev/t/tutorial-for-android-is-not-working-as-for-current-date/6057/3 "2024-11-10T16:51:20Z")

</div>

The issue for me was on the rails side because of the allow\_browser versions: :modern  
It was not allowing the android app to load the server.
