what is in manifest
what is in manifest <? xml version = "1.0" encoding = "utf-8" ?> <manifest ... > <application android:icon = "@drawable/app_icon.png" ... > <activity android:name = "com.example.project.ExampleActivity" android:label = "@string/example_label" ... > </activity> ... </application> </manifest>