You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just thought I'd share that I tried to run it on 18.3 and it is crashing once the voice command "start" is given.
7-09 16:40:57.377 2221-2221/com.noelportugal.glassbeacon E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.noelportugal.glassbeacon, PID: 2221
java.lang.RuntimeException: Unable to instantiate service com.noelportugal.glassbeacon.BeaconService: java.lang.ClassNotFoundException: Didn't find class "com.noelportugal.glassbeacon.BeaconService" on path: DexPathList[[zip file "/data/app/com.noelportugal.glassbeacon-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.noelportugal.glassbeacon-1, /vendor/lib, /system/lib]]
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2596)
at android.app.ActivityThread.access$1800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1318)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5061)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.noelportugal.glassbeacon.BeaconService" on path: DexPathList[[zip file "/data/app/com.noelportugal.glassbeacon-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.noelportugal.glassbeacon-1, /vendor/lib, /system/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2593)
at android.app.ActivityThread.access$1800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1318)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5061)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
Just thought I'd share that I tried to run it on 18.3 and it is crashing once the voice command "start" is given.
7-09 16:40:57.377 2221-2221/com.noelportugal.glassbeacon E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: com.noelportugal.glassbeacon, PID: 2221
java.lang.RuntimeException: Unable to instantiate service com.noelportugal.glassbeacon.BeaconService: java.lang.ClassNotFoundException: Didn't find class "com.noelportugal.glassbeacon.BeaconService" on path: DexPathList[[zip file "/data/app/com.noelportugal.glassbeacon-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.noelportugal.glassbeacon-1, /vendor/lib, /system/lib]]
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2596)
at android.app.ActivityThread.access$1800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1318)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5061)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: Didn't find class "com.noelportugal.glassbeacon.BeaconService" on path: DexPathList[[zip file "/data/app/com.noelportugal.glassbeacon-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.noelportugal.glassbeacon-1, /vendor/lib, /system/lib]]
at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:497)
at java.lang.ClassLoader.loadClass(ClassLoader.java:457)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:2593)
at android.app.ActivityThread.access$1800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1318)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:149)
at android.app.ActivityThread.main(ActivityThread.java:5061)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: