Skip to content

Instantly share code, notes, and snippets.

@DutchSammmie
DutchSammmie / MainActivity.java
Created August 16, 2019 08:42
error: package android.support.v7.app does not exist
/**
* IMPORTANT: Make sure you are using the correct package name.
* This example uses the package name:
* package com.example.android.justjava
* If you get an error when copying this code into Android studio, update it to match teh package name found
* in the project's AndroidManifest.xml file.
**/
package com.example.android.justjava;