varunon9 / Remote-Control-PC

Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.
MIT License
194 stars 97 forks source link

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 closed 7 years ago

gowsikraja commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

gowsikraja commented 7 years ago

Hi there, Thank-lot for quick response. And i done to import the project to android studio above u mentioned video and i facing two more issue and also i fixed it. That problem comes from resource drawable-ldpi and drawable-hdpi folders. It's contains pdf.png file and music_svg.svg file respectively those files are crashed or unsupported format. Just i delete that files and run.Yes it's working. thanks one more..

On Wed, Mar 15, 2017 at 4:01 PM, Varun kumar notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/varunon9/Remote-Control-PC/issues/5#issuecomment-286702344, or mute the thread https://github.com/notifications/unsubscribe-auth/AWmoDhi7r_slzQterqJ8IvFvdSAylIAzks5rl73xgaJpZM4MdlZm .

varunon9 commented 7 years ago

Great :) :+1: