The easiest way to install an apk to your phone is to connect it throught 
USB to your computer and then, in a console (on your computer), do:
`adb install yourapk.apk` (where yourapk.apk if your apk file).
If there is some error because this apk is already installed on your phone 
(or an apk with the same package name), it will give you an error with an 
understandable message.

(the error you have in android strudio is because you are missing some 
android sdk. But you don't need it as you don't want to compile your 
project here. If the build succeed without error in the cn1 cloud server, 
there is no reason why your apk couldn't be installed on your device (exept 
if you have a really old android device running a version of android not 
supported by cn1. What android version do you have?))

On Tuesday, April 24, 2018 at 12:57:36 AM UTC+2, 
[email protected] wrote:
>
> Downloaded Android Studio.
> Took the APK from Codename One. 
> Opened it in debugging.
>
> The error Android Studio gives is: Failed to find Android target '23'. 
> Install missing platform and fix project.
>
> That help?
>
>
> On Wednesday, January 10, 2018 at 11:04:30 PM UTC-8, Shai Almog wrote:
>>
>> These things can happen for multiple reasons. You might already have an 
>> app with the same package name installed on the device with a different 
>> signature. That can cause problems.
>>
>> If you look through the logcat/ddms log of the device you should see a 
>> more detailed error message when you try the install.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/73361a7e-d620-4069-a029-f0001309da2d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to