Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. now next thing is in AndroidManifest.xml for the application tag give name for your application class.
  2. In this case it is MyApp
  3.  
  4. <application
  5. android:name=".MyApp">
  6. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement