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

Android

 
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 
AnswerRe: Need help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Afzaal Ahmad Zeeshan15-Jul-18 9:21
professionalAfzaal Ahmad Zeeshan15-Jul-18 9:21 
QuestionRe: Need help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Member 1391233215-Jul-18 11:49
Member 1391233215-Jul-18 11:49 
AnswerRe: Need help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Afzaal Ahmad Zeeshan15-Jul-18 12:31
professionalAfzaal Ahmad Zeeshan15-Jul-18 12:31 
GeneralRe: Need help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Member 1391233215-Jul-18 12:39
Member 1391233215-Jul-18 12:39 
GeneralRe: Need help with android studio java. my app keeps crashing due to an null error but cant figure out why? Pin
Member 1391233215-Jul-18 20:51
Member 1391233215-Jul-18 20:51 
QuestionLooking for somebody to write app with in Android Studio Pin
Ramona_Android9-Jul-18 4:54
Ramona_Android9-Jul-18 4:54 
AnswerRe: Looking for somebody to write app with in Android Studio Pin
Richard MacCutchan9-Jul-18 5:29
mveRichard MacCutchan9-Jul-18 5:29 
GeneralRe: Looking for somebody to write app with in Android Studio Pin
Ramona_Android9-Jul-18 5:41
Ramona_Android9-Jul-18 5:41 
AnswerRe: Looking for somebody to write app with in Android Studio Pin
Kelly Ferguson19-May-19 22:53
Kelly Ferguson19-May-19 22:53 
QuestionAndroid- Accessing an asset folder using file browsing dialog window Pin
NiKHiLMS6-Jul-18 23:48
NiKHiLMS6-Jul-18 23:48 
SuggestionRe: Android- Accessing an asset folder using file browsing dialog window Pin
David Crow9-Jul-18 3:40
David Crow9-Jul-18 3:40 
GeneralRe: Android- Accessing an asset folder using file browsing dialog window Pin
NiKHiLMS9-Jul-18 19:18
NiKHiLMS9-Jul-18 19:18 

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.