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 TO IMPORT #16

Open
joseliko7 opened this issue Sep 27, 2015 · 4 comments
Open

ERROR TO IMPORT #16

joseliko7 opened this issue Sep 27, 2015 · 4 comments

Comments

@joseliko7
Copy link

Error to import, gradle failed.

check error:

Error:(1, 0) Plugin with id 'com.android.application' not found.
1

@maxwen
Copy link

maxwen commented Jan 2, 2016

+1 :)

@yuva-dev
Copy link

yuva-dev commented Feb 5, 2016

try adding the following in your build.gradle

buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

allprojects {
repositories {
jcenter()
}
}

@ZuzooVn
Copy link

ZuzooVn commented Feb 20, 2016

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.fastbootmobile.encore.app:main, PID: 1635 java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.fastbootmobile.encore.app-2/base.apk"],nativeLibraryDirectories=[/vendor/lib, /system/lib]]] couldn't find "libc++_shared.so" at java.lang.Runtime.loadLibrary(Runtime.java:366) at java.lang.System.loadLibrary(System.java:989) at com.fastbootmobile.encore.service.NativeHub.<clinit>(NativeHub.java:46) at com.fastbootmobile.encore.service.PlaybackService.onCreate(PlaybackService.java:255) at android.app.ActivityThread.handleCreateService(ActivityThread.java:2731) at android.app.ActivityThread.access$1800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1361) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5221) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)

I have this problem in runtime!!!

@asaflevi1983
Copy link

Did you find a solution for the runtime issue : couldn't find "libc++_shared.so"

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

5 participants