Bug: Chapter 11 possible incorrect directory location

repro:

  1. nav to chapter 11
  2. do a find for: Open android/app/main/AndroidManifest.xml and add the following right before the tag
    expected: location should be android/app**/src/**main/AndroidManifest.xml
    actual: it reads: android/app/main/AndroidManifest.xml
1 Like

Can you provide more information on what problems you are facing?

I just had the same issue – what @plplyons72 is saying is that there is a typo in Chapter 11. The book says that you should find the manifest in android/app/main/AndroidManifest.xml, but you actually will find the manifest in android/app/src/main/AndroidManifest.xml

1 Like

Got it. Thanks. I’ve added an update that will hopefully go in soon.

2 Likes