• 전문가 요청 쿠폰 이벤트
BRONZE
BRONZE 등급의 판매자 자료
non-ai
판매자가 AI를 사용하지 않은 독창적인 자료

안드로이드 랜덤 채팅 1:1 채팅 소스코드,Project

"안드로이드 랜덤 채팅 1:1 채팅 소스코드,Project"에 대한 내용입니다.
압축파일
최초등록일 2015.10.28 최종저작일 2015.08
  • 미리보기

    컴파일 실행환경

    안녕하세요 두번째 자료입니다. 저번에는 오로지 자바를 이용한 멀티채팅이었다면, 이번에는 자바언어가 바탕이 되는 안드로이드 어플리케이션을 포함시켜 실전 마켓에서 볼수 있는 정도의 퀄리티는 아니지만, 매우 우용하게 쓸수있는 랜덤 채팅 어플리케이션 프로젝트를 올립니다. ZIP파일의 구성은 서버용 .JAVA 파일(MultichatServer,Client),그리고 RealRandomChat2라는 클라이언트용 안드로이드 프로젝트 하나, 그리고 이와 동등한 용도로 쓰일수있는 java클라이언트 파일(MultiChatClient)가 포함되어있습니다. MultiChatServer와 Cliient 파일은 서버를 돌릴때 쓰는 파일이구요, MultiChatServer.java와 Client.java를 같이 두시고,(이클립스를 이용하시면 편리합니다) MultichatServer를 실행시키시면 됩니다. 그리고 RealRandomChat2는 제가 안드로이드 스튜디오라는 툴을 써서 만들었는데 아마 이클립스에서는 돌리기 힘드실거에요, 안드로이드 스튜디오 라는 툴을 다운받으셔서 프로젝트를 여시면 될거 같구요, 프로젝트를 열게되면 xxx.xxx.xx.xx라고 쳐져있는 부분이 있을텐데 그곳은 아실테지만, 서버단 IP주소를 입력하는 곳입니다. 마찬가지로 java로 테스트 해보고싶으시다면, 이클립스에서 MultiChatClient.java를 실행시키되, 마찬가지 클라이언트이므로 xxx.xxx.xx.xx로 된부분을 서버의 IP로 잡아주시면 됩니다. 안드로이드 프로젝트를 이용해서 휴대폰에 어플리케이션을 탑재후 이용하시게 되면 처음에 닉네임을 아무렇게나 치고, 그다음화면에는 예를 들어 인원 : 2 , 성별 : 여 , 이렇게 치지고 서칭을 누르면 대기자가 되고, 같은 인원수에 다른 성별이 검색을 하게되면 대화창으로 들어가게 되는겁니다. 혼자서 테스트해보고 싶으시다면, 휴대폰 두대에 어플리케이션을 (RealRandomChat2프로젝트파일로부터) 휴대폰에 탑제한후(이과정들은 안드로이드 스튜디오 개발 과정에 대한 내용입니다.), 확인해볼수 있으며, 휴대폰이 두대가 없다면, 하나는 휴대폰, 하나는 MultiChatClient.java 소스코드를 이용해 이클립스에서 클라이언트를 돌릴수 있습니다. 주의사항 : MultiChatClient.java를 돌릴때 이용법은 1.실행시킨다 2. 접속이 됫다고 뜨면, I SERCHING PEOPLE이라고 적고 엔터를 누른다. 3. 인원수 를 적고 엔터를 누른다 예( : 2 ) 4.TRUE 혹은 FALSE를 치고 엔터를 누른다(이거는 여자나 남자를 의미합니다.)

    참고자료

    · 없음
  • 압축파일 내 파일목록

    · MultiChatServer.java
    · RealRandomChat2/.gradle/2.4/taskArtifacts/cache.properties
    · RealRandomChat2/.gradle/2.4/taskArtifacts/cache.properties.lock
    · RealRandomChat2/.gradle/2.4/taskArtifacts/fileHashes.bin
    · RealRandomChat2/.gradle/2.4/taskArtifacts/fileSnapshots.bin
    · RealRandomChat2/.gradle/2.4/taskArtifacts/outputFileStates.bin
    · RealRandomChat2/.gradle/2.4/taskArtifacts/taskArtifacts.bin
    · RealRandomChat2/.idea/copyright/profiles_settings.xml
    · RealRandomChat2/.idea/libraries/appcompat_v7_22_2_1.xml
    · RealRandomChat2/.idea/libraries/support_annotations_22_2_1.xml
    · RealRandomChat2/.idea/libraries/support_v4_22_2_1.xml
    · RealRandomChat2/.idea/.name
    · RealRandomChat2/.idea/compiler.xml
    · RealRandomChat2/.idea/encodings.xml
    · RealRandomChat2/.idea/gradle.xml
    · RealRandomChat2/.idea/misc.xml
    · RealRandomChat2/.idea/modules.xml
    · RealRandomChat2/.idea/runConfigurations.xml
    · RealRandomChat2/.idea/vcs.xml
    · RealRandomChat2/.idea/workspace.xml
    · RealRandomChat2/app/build/generated/res/generated/androidTest/
    · RealRandomChat2/app/build/generated/res/rs/androidTest/debug/
    · RealRandomChat2/app/build/generated/res/rs/debug/
    · RealRandomChat2/app/build/generated/res/rs/release/
    · RealRandomChat2/app/build/generated/source/aidl/androidTest/debug/
    · RealRandomChat2/app/build/generated/source/aidl/debug/
    · RealRandomChat2/app/build/generated/source/aidl/release/
    · RealRandomChat2/app/build/generated/source/buildConfig/androidTest/debug/com/example/kimsunghyun/realrandomchat2/test/BuildConfig.java
    · RealRandomChat2/app/build/generated/source/buildConfig/debug/com/example/kimsunghyun/realrandomchat2/BuildConfig.java
    · RealRandomChat2/app/build/generated/source/buildConfig/release/com/example/kimsunghyun/realrandomchat2/BuildConfig.java
    · RealRandomChat2/app/build/generated/source/r/androidTest/debug/
    · RealRandomChat2/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java
    · RealRandomChat2/app/build/generated/source/r/debug/com/example/kimsunghyun/realrandomchat2/R.java
    · RealRandomChat2/app/build/generated/source/r/release/android/support/v7/appcompat/R.java
    · RealRandomChat2/app/build/generated/source/r/release/com/example/kimsunghyun/realrandomchat2/R.java
    · RealRandomChat2/app/build/generated/source/rs/androidTest/debug/
    · RealRandomChat2/app/build/generated/source/rs/debug/
    · RealRandomChat2/app/build/generated/source/rs/release/
    · RealRandomChat2/app/build/intermediates/assets/androidTest/debug/
    · RealRandomChat2/app/build/intermediates/assets/debug/
    · RealRandomChat2/app/build/intermediates/assets/release/
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$anim.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$attr.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$bool.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$color.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$dimen.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$drawable.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$id.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$integer.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$layout.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$string.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$style.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R$styleable.class
    · RealRandomChat2/app/build/intermediates/classes/debug/android/support/v7/appcompat/R.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/BuildConfig.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/ChatActivity$1.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientReceiver.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientSender$1.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientSender.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/ChatActivity.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/Client.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/MainActivity$ConnectThread.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/MainActivity.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$anim.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$attr.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$bool.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$color.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$dimen.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$drawable.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$id.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$integer.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$layout.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$menu.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$mipmap.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$string.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$style.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R$styleable.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/R.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/SettingActivity$SettingThread$1.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/SettingActivity$SettingThread.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/SettingActivity.class
    · RealRandomChat2/app/build/intermediates/classes/debug/com/example/kimsunghyun/realrandomchat2/SingleTonSocketAndClient.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$anim.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$attr.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$bool.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$color.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$dimen.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$drawable.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$id.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$integer.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$layout.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$string.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$style.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R$styleable.class
    · RealRandomChat2/app/build/intermediates/classes/release/android/support/v7/appcompat/R.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/BuildConfig.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/ChatActivity$1.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientReceiver.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientSender$1.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/ChatActivity$ClientSender.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/ChatActivity.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/Client.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/MainActivity$ConnectThread.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/MainActivity.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$anim.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$attr.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$bool.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$color.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$dimen.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$drawable.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$id.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$integer.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$layout.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$menu.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$mipmap.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$string.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$style.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R$styleable.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/R.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/SettingActivity$SettingThread$1.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/SettingActivity$SettingThread.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/SettingActivity.class
    · RealRandomChat2/app/build/intermediates/classes/release/com/example/kimsunghyun/realrandomchat2/SingleTonSocketAndClient.class
    · RealRandomChat2/app/build/intermediates/dependency-cache/debug/
    · RealRandomChat2/app/build/intermediates/dependency-cache/release/
    · RealRandomChat2/app/build/intermediates/dex/debug/classes.dex
    · RealRandomChat2/app/build/intermediates/dex/release/classes.dex
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/aapt/AndroidManifest.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/aidl/
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/assets/
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/jars/classes.jar
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_fade_in.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_fade_out.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_grow_fade_in_from_bottom.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_popup_enter.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_popup_exit.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_shrink_fade_out_from_bottom.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_slide_in_bottom.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_slide_in_top.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_slide_out_bottom.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/anim/abc_slide_out_top.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_background_cache_hint_selector_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_background_cache_hint_selector_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_primary_text_disable_only_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_primary_text_disable_only_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_primary_text_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_primary_text_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_search_url_text.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_secondary_text_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/abc_secondary_text_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/switch_thumb_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color/switch_thumb_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/color-v11/abc_background_cache_hint_selector_material_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_btn_borderless_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_btn_check_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_btn_default_mtrl_shape.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_btn_radio_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_cab_background_internal_bg.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_cab_background_top_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_dialog_material_background_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_dialog_material_background_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_edit_text_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_item_background_holo_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_item_background_holo_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_list_selector_background_transition_holo_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_list_selector_background_transition_holo_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_list_selector_holo_dark.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_list_selector_holo_light.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_ratingbar_full_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_spinner_textfield_background_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_switch_thumb_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_tab_indicator_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable/abc_textfield_search_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_focused_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_longpressed_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_pressed_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_focused_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_longpressed_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_pressed_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_focused_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_longpressed_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_focused_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_bar_title_item.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_bar_up_container.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_bar_view_list_nav_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_menu_item_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_menu_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_mode_bar.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_action_mode_close_item_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_activity_chooser_view.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_activity_chooser_view_list_item.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_alert_dialog_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_dialog_title_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_expanded_menu_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_list_menu_item_checkbox.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_list_menu_item_icon.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_list_menu_item_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_list_menu_item_radio.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_popup_menu_item_layout.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_screen_content_include.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_screen_simple.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_screen_simple_overlay_action_mode.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_screen_toolbar.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_search_dropdown_item_icons_2line.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_search_view.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_select_dialog_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/abc_simple_dropdown_hint.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_media_action.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_media_cancel_action.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_big_media.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_big_media_narrow.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_lines.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_media.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_part_chronometer.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/notification_template_part_time.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/select_dialog_item_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/select_dialog_multichoice_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/select_dialog_singlechoice_material.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/layout/support_simple_spinner_dropdown_item.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values/values.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-af/values-af.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-am/values-am.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ar/values-ar.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-bg/values-bg.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-bn-rBD/values-bn-rBD.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ca/values-ca.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-cs/values-cs.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-da/values-da.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-de/values-de.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-el/values-el.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-en-rGB/values-en-rGB.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-en-rIN/values-en-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-es/values-es.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-es-rUS/values-es-rUS.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-et-rEE/values-et-rEE.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-eu-rES/values-eu-rES.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-fa/values-fa.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-fi/values-fi.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-fr/values-fr.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-fr-rCA/values-fr-rCA.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-gl-rES/values-gl-rES.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-h720dp/values-h720dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-hdpi/values-hdpi.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-hi/values-hi.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-hr/values-hr.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-hu/values-hu.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-hy-rAM/values-hy-rAM.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-in/values-in.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-is-rIS/values-is-rIS.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-it/values-it.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-iw/values-iw.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ja/values-ja.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ka-rGE/values-ka-rGE.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-kk-rKZ/values-kk-rKZ.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-km-rKH/values-km-rKH.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-kn-rIN/values-kn-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ko/values-ko.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ky-rKG/values-ky-rKG.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-land/values-land.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-large/values-large.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-lo-rLA/values-lo-rLA.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-lt/values-lt.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-lv/values-lv.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-mk-rMK/values-mk-rMK.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ml-rIN/values-ml-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-mn-rMN/values-mn-rMN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-mr-rIN/values-mr-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ms-rMY/values-ms-rMY.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-my-rMM/values-my-rMM.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-nb/values-nb.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ne-rNP/values-ne-rNP.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-nl/values-nl.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-pl/values-pl.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-port/values-port.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-pt/values-pt.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-pt-rPT/values-pt-rPT.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ro/values-ro.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ru/values-ru.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-si-rLK/values-si-rLK.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sk/values-sk.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sl/values-sl.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sr/values-sr.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sv/values-sv.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sw/values-sw.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-sw600dp/values-sw600dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ta-rIN/values-ta-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-te-rIN/values-te-rIN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-th/values-th.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-tl/values-tl.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-tr/values-tr.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-uk/values-uk.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-ur-rPK/values-ur-rPK.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-uz-rUZ/values-uz-rUZ.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v11/values-v11.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v12/values-v12.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v14/values-v14.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v17/values-v17.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v18/values-v18.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-v21/values-v21.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-vi/values-vi.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-w360dp/values-w360dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-w480dp/values-w480dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-w500dp/values-w500dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-w600dp/values-w600dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-w720dp/values-w720dp.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-xlarge/values-xlarge.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-xlarge-land/values-xlarge-land.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-zh-rCN/values-zh-rCN.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-zh-rHK/values-zh-rHK.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-zh-rTW/values-zh-rTW.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/res/values-zu/values-zu.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/AndroidManifest.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/R.txt
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.1/annotations.zip
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aapt/AndroidManifest.xml
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aidl/android/support/v4/media/MediaMetadataCompat.aidl
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/aidl/android/support/v4/media/RatingCompat.aidl
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/assets/
    · RealRandomChat2/app/build/intermediates/exploded-aar/com.android.support/support-v4/22.2.1/jars/libs/internal_impl-22.2.1.jar
    · RealRan
  • 자료후기

      Ai 리뷰
      지식판매자의 자료는 깊이 있는 분석과 명확한 설명이 잘 어우러져 있어 학습에 많은 도움이 되었습니다. 과제 작성 시 유용하게 활용할 수 있었습니다.
    • 자주묻는질문의 답변을 확인해 주세요

      해피캠퍼스 FAQ 더보기

      꼭 알아주세요

      • 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
        자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
        저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
      • 해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.
        파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
        파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
    문서 초안을 생성해주는 EasyAI
    안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
    저는 아래와 같이 작업을 도와드립니다.
    - 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
    - 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
    - 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
    이런 주제들을 입력해 보세요.
    - 유아에게 적합한 문학작품의 기준과 특성
    - 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
    - 작별인사 독후감
    해캠 AI 챗봇과 대화하기
    챗봇으로 간편하게 상담해보세요.
    2026년 04월 03일 금요일
    AI 챗봇
    안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
    12:44 오후