ok ich habe den Fehler gefunden (sudo gedit /etc/udev/rules.d/51-android.rules) war nicht da .
Er konnte mein Bq nicht identifizieren.
Nun mache ich alles wie in der anleitung *
The method I use for testing clicks is:-
Make the device accessible over adb using System Settings → About this phone → Developer Mode → Switch on.
Attach the device via a USB cable
Use adb to push the click package to the device
adb push /path/to/your.click /tmp
Use adb to install the click package
adb shell pkcon install-local --allow-untrusted /tmp/your.click
Pull down in the app scope to see the icon for your application appear
z.b adb push /home/app/app_0.1_all.click /tmp
und da steht nur bei mir error .
Mache ich was falsch ?