--
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://groups.go
Hi, I am trying to import AppCompatActivity to create a App with Fragments.
This the content of my build.gradle:
...
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:21.0.3'
}
In my class, I ne
2 matches
Mail list logo