Hey guys i`m facing an issue, and i'm a little lost on this.
I need to add a library Project in my Project using ANT(i cant use Eclipse
`cause i work with corona framework that dont let me). and my Build process
is failling.
The thing is, i need to add the ability to use the Extension Files in my
project, so i need to add the following library projects to my project
without using Eclipse:
- downloader_library
- zip_file
on downloader library i need to add another library project:
- play_licensing
I'm acctually a Corona/Lua developer, so i dont have much experience on
Android, sorry for some noob question. xD
What i'm doing now:
1. Adding the files to use those librarys:
1. AlarmReceiver.java
2. DownloaderActivity.java
3. DownloaderService.java
2. Adding the librarys on my project:
1. ~/android-sdks/tools/android update lib-project -p
"../../../../android-sdks/extras/google/play_licensing/library"
2. ~/android-sdks/tools/android update lib-project -p
"../../../../android-sdks/extras/google/play_apk_expansion/downloader_library"
3. ~/android-sdks/tools/android update lib-project -p
"../../../../android-sdks/extras/google/play_apk_expansion/zip_file"
3. make a build:
1. ant release
The error message i see is:
"BUILD FAILED
/Users/hout/android-sdks/tools/ant/build.xml:679: The following error
occurred while executing this line:
/Users/hout/android-sdks/tools/ant/build.xml:692: Compile failed; see the
compiler error output for details."
the Java error is on the imports, on this files:
1. AlarmReceiver.java
2. DownloaderActivity.java
3. DownloaderService.java
the error messages:
- package com.google.android.vending.expansion.downloader does not exist
This is the downloader_library package
- package com.android.vending.expansion.zipfile does not exist
This is the zip_file package
-----
It seems that i did not add the library project correctly, if someone could
point a direction will be a great help!
thank you guys
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en