[android-developers] my project

2023-08-14 Thread matthew lucky
-- 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

[android-developers] My project do not import AppCompatActivity

2016-02-03 Thread Gabriel Vargas
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