[AC-3078] Error creating a module in IOS and Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2012-04-12T15:55:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Appcelerator Modules |
Labels | IOS,, Titanium, TitaniumStudio, android |
Reporter | eddahbani |
Assignee | Ingo Muschenetz |
Created | 2012-04-12T05:13:03.000+0000 |
Updated | 2016-03-08T07:48:07.000+0000 |
Description
Hello every body when i want to create a Module for Android, i find this ERROR <[ERROR] Couldn't find the Google APIs r8 add-on directory Aborting > and i can not continus, Please if you have any ideas help me
Please provide the following:
What Titanium SDK you are using
What Android SDK you have installed
The command line you are calling
The exact error you get (the whole stack trace)
1 . Titanium SDK : 1.8.2 2 . Android SDK : 2.2 3 . Command line : titanium create --platform=android --type=module --name=test --id=com.test --android=/Users/i.eddahbani/Downloads/android-sdk-mac_86 4 . Exact Error : Traceback (most recent call last): File "/Users/i.eddahbani/Library/Application Support/Titanium/mobilesdk/osx/1.8.2/module/module.py", line 319, in
Ingo Muschenetz
Please, have you any ideas for the error ? {noformat} Traceback (most recent call last): File "/Users/i.eddahbani/Library/Application Support/Titanium/mobilesdk/osx/1.8.2/module/module.py", line 319, inI'm not too familiar with the python scripts for module creation, but it looks like the google apis are not properly installed for this user.
Jeff
I install all the apis , but a have a question, Where can I check the Google apis directory in my titanium? thanks,I find the solution, thank you every body