harden123
harden123
problem solved,In Method onTouchEvent ( case MotionEvent.ACTION_CANCEL:) add this: if (mIsHorizontal != null && mIsHorizontal) { if (mFirstX - lastX > mRightViewWidth / 2) { showRight(mCurrentItemView); } else { System.out.println("5--->...
Environment: Myeclipse2014 Tomcat6 -debug Mode Jdk1.7 springloaded1.2.7 project: JavaWeb with SpringFrameWork
A fatal error has been detected by the Java Runtime Environment: Internal Error (javaCalls.cpp:62), pid=9328, tid=10452 guarantee(thread->is_Java_thread()) failed: crucial check - the VM thread cannot and must not escape to...