error when trying to deploy Android application.
-
@mzimmers Sorry. It seems ok. It is a default package name. I have a different one. But it should not matter. I guess it is something else.
The only thing I can remember is to enable this app run on the settings of tablet. You can try to copy your apk into the tablet and install it to see if it works. I guess you know where it is located.
@JoeCFD no, you definitely were on the right track. I went ahead and regenerated the templates, renamed my package and it works now.
Also, when I regenerated the templates, my new file had this line in it (FWIW):
<uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>Thank you both for the help...this Android stuff sure is complicated (and somewhat fragile).
-
@JoeCFD no, you definitely were on the right track. I went ahead and regenerated the templates, renamed my package and it works now.
Also, when I regenerated the templates, my new file had this line in it (FWIW):
<uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>Thank you both for the help...this Android stuff sure is complicated (and somewhat fragile).
-
M mzimmers has marked this topic as solved on
-
@piervalli aha!
So, can I just give my package any name I want? It didn't seem to like "org.qtproject.example."
-
M mzimmers referenced this topic on