Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Issues
  • #101
Closed
Open
Issue created Aug 17, 2014 by Administrator@rootContributor

Build issue -

Created by: calyth

I'm seeing the following issue when I just did a clone, changed the java version to JavaVersion.VERSION_1_8

08-16 22:53:41.680 3330-3330/com.SecUpwN.AIMSICD W/dalvikvm﹕ threadid=1: thread exiting with uncaught exception (group=0x41a71ce0) 08-16 22:53:41.682 3330-3330/com.SecUpwN.AIMSICD E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.SecUpwN.AIMSICD, PID: 3330 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.SecUpwN.AIMSICD/com.SecUpwN.AIMSICD.AIMSICD}: java.lang.ClassNotFoundException: Didn't find class "com.SecUpwN.AIMSICD.AIMSICD" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.SecUpwN.AIMSICD-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.SecUpwN.AIMSICD-2, /vendor/lib, /system/lib]] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2131) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265) at android.app.ActivityThread.access$800(ActivityThread.java:145) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5149) 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:789) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.SecUpwN.AIMSICD.AIMSICD" on path: DexPathList[[zip file "/system/framework/com.google.android.maps.jar", zip file "/data/app/com.SecUpwN.AIMSICD-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.SecUpwN.AIMSICD-2, /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.Instrumentation.newActivity(Instrumentation.java:1061) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2122)             at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2265)             at android.app.ActivityThread.access$800(ActivityThread.java:145)             at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1206)             at android.os.Handler.dispatchMessage(Handler.java:102)             at android.os.Looper.loop(Looper.java:136)             at android.app.ActivityThread.main(ActivityThread.java:5149)             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:789)             at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)             at dalvik.system.NativeStart.main(Native Method) 08-16 22:58:41.840 3330-3330/com.SecUpwN.AIMSICD I/Process﹕ Sending signal. PID: 3330 SIG: 9

I'm on Oracle jdk 1.8.0_11, android studio 0.8.6. Originally I wanted to make a build to debug a different crash when the app starts on moto G with CM 11 snapshot m6 falcon.

I looked around on the net and it seems to be some kind of dependency issue for the project, but no idea what exactly I should do...

Assignee
Assign to
Time tracking