Giter Club home page Giter Club logo

official-library-android's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

official-library-android's Issues

Error when running the BlueviaSamples Application: "Unfortunetly, Bluevia Examples HAS stopped"

This is my Logcat from Eclipse:
Please HELP ME

07-23 09:13:20.028: D/dalvikvm(814): GC_FOR_ALLOC freed 59K, 7% free 2538K/2716K, paused 88ms, total 88ms
07-23 09:13:20.075: I/dalvikvm-heap(814): Grow heap (frag case) to 3.666MB for 1127536-byte allocation
07-23 09:13:20.175: D/dalvikvm(814): GC_FOR_ALLOC freed 1K, 5% free 3638K/3820K, paused 99ms, total 99ms
07-23 09:13:20.285: D/dalvikvm(814): GC_CONCURRENT freed <1K, 5% free 3638K/3820K, paused 15ms+17ms, total 116ms
07-23 09:13:20.485: D/dalvikvm(814): GC_FOR_ALLOC freed 2K, 5% free 3716K/3880K, paused 51ms, total 53ms
07-23 09:13:20.525: I/dalvikvm-heap(814): Grow heap (frag case) to 4.328MB for 614416-byte allocation
07-23 09:13:20.646: D/dalvikvm(814): GC_CONCURRENT freed <1K, 4% free 4316K/4484K, paused 18ms+5ms, total 119ms
07-23 09:13:20.895: D/dalvikvm(814): GC_FOR_ALLOC freed <1K, 4% free 4316K/4484K, paused 47ms, total 47ms
07-23 09:13:20.955: I/dalvikvm-heap(814): Grow heap (frag case) to 6.670MB for 2457616-byte allocation
07-23 09:13:21.095: D/dalvikvm(814): GC_CONCURRENT freed 0K, 3% free 6716K/6888K, paused 40ms+16ms, total 138ms
07-23 09:13:22.385: I/Choreographer(814): Skipped 118 frames! The application may be doing too much work on its main thread.
07-23 09:13:22.454: D/gralloc_goldfish(814): Emulator without GPU emulation detected.
07-23 09:14:37.605: W/dalvikvm(814): VFY: unable to find class referenced in signature (Lcom/bluevia/android/messagery/mt/mms/client/BVMtMms;)
07-23 09:14:37.635: I/dalvikvm(814): Could not find method com.bluevia.android.messagery.mt.mms.client.BVMtMms.close, referenced from method com.bluevia.android.samples.mms.MmsMTActivity.closeClient
07-23 09:14:37.665: W/dalvikvm(814): VFY: unable to resolve virtual method 119: Lcom/bluevia/android/messagery/mt/mms/client/BVMtMms;.close ()V
07-23 09:14:37.665: D/dalvikvm(814): VFY: replacing opcode 0x6e at 0x0006
07-23 09:14:37.705: E/dalvikvm(814): Could not find class 'com.bluevia.android.messagery.mt.mms.client.BVMtMms', referenced from method com.bluevia.android.samples.mms.MmsMTActivity.createClient
07-23 09:14:37.735: W/dalvikvm(814): VFY: unable to resolve new-instance 63 (Lcom/bluevia/android/messagery/mt/mms/client/BVMtMms;) in Lcom/bluevia/android/samples/mms/MmsMTActivity;
07-23 09:14:37.735: D/dalvikvm(814): VFY: replacing opcode 0x22 at 0x0003
07-23 09:14:37.755: W/dalvikvm(814): VFY: unable to resolve exception class 47 (Lcom/bluevia/android/commons/exception/BlueviaException;)
07-23 09:14:37.755: W/dalvikvm(814): VFY: unable to find exception handler at addr 0x15
07-23 09:14:37.755: W/dalvikvm(814): VFY: rejected Lcom/bluevia/android/samples/mms/MmsMTActivity;.createClient ()V
07-23 09:14:37.755: W/dalvikvm(814): VFY: rejecting opcode 0x0d at 0x0015
07-23 09:14:37.755: W/dalvikvm(814): VFY: rejected Lcom/bluevia/android/samples/mms/MmsMTActivity;.createClient ()V
07-23 09:14:37.784: W/dalvikvm(814): Verifier rejected class Lcom/bluevia/android/samples/mms/MmsMTActivity;
07-23 09:14:37.784: W/dalvikvm(814): Class init failed in newInstance call (Lcom/bluevia/android/samples/mms/MmsMTActivity;)
07-23 09:14:37.815: D/AndroidRuntime(814): Shutting down VM
07-23 09:14:37.825: W/dalvikvm(814): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
07-23 09:14:37.967: E/AndroidRuntime(814): FATAL EXCEPTION: main
07-23 09:14:37.967: E/AndroidRuntime(814): java.lang.VerifyError: com/bluevia/android/samples/mms/MmsMTActivity
07-23 09:14:37.967: E/AndroidRuntime(814): at java.lang.Class.newInstanceImpl(Native Method)
07-23 09:14:37.967: E/AndroidRuntime(814): at java.lang.Class.newInstance(Class.java:1319)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.Instrumentation.newActivity(Instrumentation.java:1054)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2097)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.ActivityThread.access$600(ActivityThread.java:141)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.os.Handler.dispatchMessage(Handler.java:99)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.os.Looper.loop(Looper.java:137)
07-23 09:14:37.967: E/AndroidRuntime(814): at android.app.ActivityThread.main(ActivityThread.java:5041)
07-23 09:14:37.967: E/AndroidRuntime(814): at java.lang.reflect.Method.invokeNative(Native Method)
07-23 09:14:37.967: E/AndroidRuntime(814): at java.lang.reflect.Method.invoke(Method.java:511)
07-23 09:14:37.967: E/AndroidRuntime(814): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
07-23 09:14:37.967: E/AndroidRuntime(814): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
07-23 09:14:37.967: E/AndroidRuntime(814): at dalvik.system.NativeStart.main(Native Method)
07-23 09:14:47.945: I/Process(814): Sending signal. PID: 814 SIG: 9

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.