From 0068c8be43b4b3c9334a7abea5f83c699fc23e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Ir=C3=ADas?= Date: Sat, 24 Jun 2017 17:29:33 -0600 Subject: [PATCH] Option 2 Missing Step Register the App Class in the Android Manifest. --- _includes/android/getting-started.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_includes/android/getting-started.md b/_includes/android/getting-started.md index 77bfee19f..94be42761 100644 --- a/_includes/android/getting-started.md +++ b/_includes/android/getting-started.md @@ -64,3 +64,12 @@ public class App extends Application { } } ``` + +Register the App class in the Android Manifest +``` + + ... + +```