
이런식의 구조의 외부 프로젝트를 가져와서 빌드해보려는데요
support-v4를 추가하려고
dependencies {
compile "com.android.support:support-v4:21.03"
compile 'com.android.support:appcompat-v7:21.0.3'
}
이렇게 build.gradle에 추가를 해주었지만 ㅠㅠ 계속 Error:(22, 30) java: package android.support.v4.app does not exist 라고만 뜨네요 ㅠㅠ
제가 뭘 잘못했는지 잘 모르겠는데 좀 도와주실분 계신가요!!