TensorFlowAndroidMNIST icon indicating copy to clipboard operation
TensorFlowAndroidMNIST copied to clipboard

Error on deploying to Android

Open huythach opened this issue 9 years ago • 0 comments

I can build and copy libtensorflow_mnist.so file to armeabi-v7a folder but can't deploy to Android because of the following error. Do you have any suggestion? Thank you.

"No local changes, not deploying APK $ adb shell am start -n "jp.narr.tensorflowmnist/jp.narr.tensorflowmnist.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Error while executing: am start -n "jp.narr.tensorflowmnist/jp.narr.tensorflowmnist.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=jp.narr.tensorflowmnist/.MainActivity } Error type 3 Error: Activity class {jp.narr.tensorflowmnist/jp.narr.tensorflowmnist.MainActivity} does not exist.

Error while Launching activity"

huythach avatar Nov 08 '16 04:11 huythach