renpytom / rapt-pygame-example

Example of using RAPT to package Pygame(_sdl2) games.
231 stars 39 forks source link

The build fails because market_licensing does not contain build.xml #5

Open furmada opened 8 years ago

furmada commented 8 years ago

When building, the process fails with the message:

BUILD FAILED
C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:597: Invalid file: C:\Users\Adam\Documents\Code\rapt\extras\google\market_licensing\library\build.xml
ryesalvador commented 7 years ago

Your error report seems to lack information. Can you please post the upper portion of the stack trace as to why the build failed.

ghost commented 7 years ago

I have the same issue but on Linux. here are the last rows of output: ` [echo] Creating output directories if needed... [echo] ---------- [echo] Resolving Dependencies for USBcontrol-1... [dependency] Library dependencies: [dependency] [dependency] ------------------ [dependency] Ordered libraries: [dependency] [dependency] ------------------ [echo] ---------- [echo] Building Libraries with 'release'...

BUILD FAILED /programme/RAPT/android-sdk-r24.4.1/tools/ant/build.xml:597: Invalid file: /programme/RAPT/extras/google/market_licensing/library/build.xml

Total time: 0 seconds

The build seems to have failed.`

Do I have to install some additional packages in the Android SDK Manger?