fastbootmobile / encore

An open source, extendable music player for Android.
https://www.encoremusic.io/
198 stars 55 forks source link

ERROR TO IMPORT #16

Open joseliko7 opened 9 years ago

joseliko7 commented 9 years ago

Error to import, gradle failed.

check error:

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

maxwen commented 8 years ago

+1 :)

yuva-dev commented 8 years ago

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

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

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