PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → unable to run the android project
unable to run the android project
Iniciado por KimHJ, dez., 27 2016 6:09 AM - 5 respostas
Publicado em dezembro, 27 2016 - 6:09 AM
Just installed WINDEV Mobile and when I tried to run an Android app for the first time it ask for the gradle and sdk path. I entered them, I have the latest Android Studio and SDK installed and have no problems running any app in Android Studio.

When I click next after entred the paths I get the following error: "The Google Repository extension (add-on) was not found"
It then display a link to Http://developer.android.com/sdk/installing/adding-packages and telling me the procedure is available on this web site.

I'm stocked here have no idea what the program is looking for.
Thanks for any help.
Publicado em dezembro, 27 2016 - 4:03 PM
Hi

there is a very good chance that your problem lies in :


have the latest Android Studio and SDK installed and have no problems
running any app in Android Studio.


And more precisely, in "..the LATEST..."

the latest version is simply too recent for windev mobile and it needs
older packages.

There are several post on the pcsoft support blog about which version to
use with each windev version

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com
Publicado em dezembro, 28 2016 - 12:22 AM
By the latest. I have all SDK package from API 19 and up.
The Error sound more like it's looking for a folder.

It sound like this is a development tool that will give me more headache than faster projects.
Publicado em dezembro, 28 2016 - 5:52 AM
I have SDK from 19 to 25 installed.
Looks like it will just give me headache using this software instead of 10 x faster.
Better stay with Xamarin.
Thanks
Publicado em dezembro, 28 2016 - 1:09 PM
Hi.

Why you think the SDK installed by Android Studio is the version you can use with WM framework? The WM IDE also allow you to install the correct version to use with it. You can say it your installation folders for SDK and Gradle or you can say it to WM to download the correct SDK and Gradle configurated for it.

You need an Android SDK Platform-tools 23.0.1 version. Newer versions doesn't works with WM21 (not needed for WM22). And in the SDK Manager you must install in the Extras SDK folder the Android Support Repository and Google Repository.

Rubén
Publicado em dezembro, 31 2016 - 1:15 AM
I have them all installed, I will try again and let WINDEV install.
Thanks.