PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → unable to run the android project
unable to run the android project
Débuté par KimHJ, 27 déc. 2016 06:09 - 5 réponses
Posté le 27 décembre 2016 - 06:09
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.
Posté le 27 décembre 2016 - 16:03
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
Posté le 28 décembre 2016 - 00:22
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.
Posté le 28 décembre 2016 - 05:52
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
Posté le 28 décembre 2016 - 13:09
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
Posté le 31 décembre 2016 - 01:15
I have them all installed, I will try again and let WINDEV install.
Thanks.