My Android app is not displaying the application name \"app_name\", instead its displaying the activity name \"title\". This is from my manifest file;
<
I have the same problem, solution for me:
on MainActivity.java change:
public class MainActivity extends Activity {...}
for
public class MainActivity extends AppCompatActivity {...}