Click here to Skip to main content
15,881,559 members
Home / Discussions / Android
   

Android

 
GeneralRe: Detect VPN From Android App Pin
Kevin Marois26-Nov-18 7:26
professionalKevin Marois26-Nov-18 7:26 
QuestionRe: Detect VPN From Android App Pin
David Crow26-Nov-18 7:50
David Crow26-Nov-18 7:50 
AnswerRe: Detect VPN From Android App Pin
Kevin Marois26-Nov-18 9:12
professionalKevin Marois26-Nov-18 9:12 
QuestionRe: Detect VPN From Android App Pin
David Crow26-Nov-18 9:17
David Crow26-Nov-18 9:17 
AnswerRe: Detect VPN From Android App Pin
Kevin Marois26-Nov-18 9:21
professionalKevin Marois26-Nov-18 9:21 
SuggestionRe: Detect VPN From Android App Pin
David Crow26-Nov-18 9:26
David Crow26-Nov-18 9:26 
GeneralRe: Detect VPN From Android App Pin
Kevin Marois26-Nov-18 11:00
professionalKevin Marois26-Nov-18 11:00 
GeneralRe: Detect VPN From Android App Pin
Mycroft Holmes26-Nov-18 13:47
professionalMycroft Holmes26-Nov-18 13:47 
GeneralRe: Detect VPN From Android App Pin
Richard MacCutchan26-Nov-18 21:14
mveRichard MacCutchan26-Nov-18 21:14 
QuestionRe: Detect VPN From Android App Pin
David Crow26-Nov-18 6:54
David Crow26-Nov-18 6:54 
AnswerRe: Detect VPN From Android App Pin
Kevin Marois26-Nov-18 7:26
professionalKevin Marois26-Nov-18 7:26 
QuestionExpandableListView ChildView button click event fires on multiple ChildView buttons Pin
GuyThiebaut17-Nov-18 5:57
professionalGuyThiebaut17-Nov-18 5:57 
QuestionRoundCube Pin
C-P-User-311-Nov-18 23:08
C-P-User-311-Nov-18 23:08 
AnswerRe: RoundCube Pin
Richard MacCutchan12-Nov-18 2:08
mveRichard MacCutchan12-Nov-18 2:08 
QuestioncPanel ? Pin
C-P-User-311-Nov-18 23:06
C-P-User-311-Nov-18 23:06 
Questionget request volley return normal null Pin
Member 1308507021-Oct-18 23:51
Member 1308507021-Oct-18 23:51 
QuestionRe: get request volley return normal null Pin
David Crow30-Oct-18 4:03
David Crow30-Oct-18 4:03 
SuggestionRe: get request volley return normal null Pin
thatraja30-Oct-18 4:30
professionalthatraja30-Oct-18 4:30 
QuestionHow connect with IR camera, deep camera Pin
pablogvivo8-Oct-18 20:03
pablogvivo8-Oct-18 20:03 
Questionandroid Pin
Member 1399693125-Sep-18 2:14
Member 1399693125-Sep-18 2:14 
i do update application and change package name ,this application made in sdk version 17, so i change and write 26 version thats right. and one problems is come its application made in firebase database so come error "PLUGIN SERVICES IS BLEW



All dependency is bleow
 implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.android.support:design:26.1.0'
    implementation 'com.android.support.constraint:constraint-layout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'com.android.support.test:runner:1.0.2'
    androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
    implementation project(':library')
    implementation 'de.hdodenhof:circleimageview:2.0.0'
    implementation 'com.android.support:cardview-v7:26.1.0'
    // JSON Parsing
    implementation 'com.google.code.gson:gson:2.6.1'
    implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
    implementation 'com.google.android.gms:play-services-ads:15.0.1'
    implementation 'com.google.android.gms:play-services:16.0.0'
    compile 'com.google.maps.android:android-maps-utils:'
    implementation 'org.apache.httpcomponents:httpcore:4.4.1'
    implementation 'com.android.support:appcompat-v7:26.1.0'
    implementation 'com.google.firebase:firebase-core:15.0.1'
    implementation 'com.google.firebase:firebase-messaging:10.2.1'
    implementation 'com.facebook.android:account-kit-sdk:4.+'
    compile 'com.google.android.gms:play-services-ads:9.0.0'
    compile 'com.google.android.gms:play-services-analytics:9.0.0'
}
apply plugin: 'com.google.gms.google-services'
allprojects
        {
            repositories
                    {
                        jcenter()
                        google()
                    }




after build come error
1.
Error:(53, 13) Failed to resolve: com.google.maps.android:android-maps-utils:
<a href="openFile:/Users/vctroid/Desktop/vcare/app/build.gradle">Show in File</a>

2.
Error:(52, 20) Failed to resolve: com.google.android.gms:play-services:16.0.0
<a href="install.m2.repo">Install Repository and sync project</a><br><a href="openFile:/Users/vctroid/Desktop/vcare/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

3.
Error:(56, 20) Failed to resolve: com.google.firebase:firebase-core:15.0.1
<a href="openFile:/Users/vctroid/Desktop/vcare/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

com.android.tools.idea.gradle.structure.editors.ModuleDependenciesTableItem@5a4a24e3	Implementation


how do resolve
Questionandroid layout problem Pin
Member 1399693125-Sep-18 2:16
Member 1399693125-Sep-18 2:16 
AnswerRe: android layout problem Pin
OriginalGriff25-Sep-18 2:19
mveOriginalGriff25-Sep-18 2:19 
QuestionHow to measure a room using frustum in AR(Augmented Reality)? Pin
Member 139764627-Sep-18 0:54
Member 139764627-Sep-18 0:54 
AnswerRe: How to measure a room using frustum in AR(Augmented Reality)? Pin
Marco Bertschi7-Sep-18 0:56
protectorMarco Bertschi7-Sep-18 0:56 
QuestionNeed help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Member 1391233215-Jul-18 8:10
Member 1391233215-Jul-18 8:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.