Good day,
I had stopped for a while in mobile development,
around me I’m having trouble running an app with ionic on my device, as this is not found. http://paste.ubuntu.com/11020409/
They could help me?
This isn’t an Ionic problem, it isn’t a Cordova problem, it’s an issue with the Android tools not finding the device. Make sure USB debugging is turned on and use this command to make sure that adb is seeing them:
~$ sudo vim /etc/udev/rules.d/51-android.rules
~$ adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
Actually, it looks like “adb devices” ran successfully, but didn’t detect any devices. That’s why there was nothing on the list. As I already mentioned, the first thing you need to do is make sure the device is plugged in, and make sure usb debugging is enabled on the device.
Actually worked, I managed to run the device, but I can not access to publish the application.
Using apk: ~/Projects/mobile/whoisgoing/platforms/android/build/outputs/apk/android-armv7-debug.apk
Installing app on device...
Launching application...
LAUNCH SUCCESS
The problem is that I can not publish the app in the device with 'adb push, accusing problem ofready / only`.
$ adb push platforms/android/build/outputs/apk/android-armv7-debug.apk /system/bin
failed to copy 'platforms/android/build/outputs/apk/android-armv7-debug.apk' to '/system/bin/android-armv7-debug.apk': Read-only file system