Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:Failed to resolve: __local_jars__:G:\Workspace\StudioProject\RemortPc\app\libs\RemoteControlPC-Libraries.jar <a href="openFile:G:/Workspace/StudioProject/RemortPc/app/build.gradle">Open File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a> #5

Closed
gowsikraja opened this issue Mar 15, 2017 · 4 comments

Comments

@gowsikraja
Copy link

gowsikraja commented Mar 15, 2017

untitled

`apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "25.0.2"

defaultConfig {
    applicationId "com.example.remotecontrolpc"
    minSdkVersion 11
    targetSdkVersion 24
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
    }
}

}
dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:support-v4:23.4.0'
androidTestCompile files('libs/RemoteControlPC-Libraries.jar')
compile 'local_jars:G:\Workspace\StudioProject\RemortPc\app\libs\RemoteControlPC-Libraries.jar:unspecified'
}`

@varunon9
Copy link
Owner

Did you add RemoteControlPC-Libraries.jar as external library? It has been mentioned in README.
You can also visit http://stackoverflow.com/questions/25660166/how-to-add-a-jar-in-external-libraries-in-android-studio

@varunon9
Copy link
Owner

https://www.youtube.com/watch?v=mMPT4M0p4T8
Check this video to import android part to Android Studio

@gowsikraja
Copy link
Author

gowsikraja commented Mar 16, 2017 via email

@varunon9
Copy link
Owner

Great :) 👍

@varunon9 varunon9 closed this as completed May 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants