-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile for SDK4.* #15
Comments
The latest release and the master branch are Ti 5.0.1+, to build for an earlier version you will need update the minsdk in the manifest file accordingly. Also make sure you have a proper <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="android/src"/>
<classpathentry kind="src" path="android/build/.apt_generated"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/jonatanlundin/Code/Android/platforms/android-14/android.jar"/>
<classpathentry kind="lib" path="/Users/jonatanlundin/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/titanium.jar"/>
<classpathentry kind="lib" path="/Users/jonatanlundin/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/kroll-common.jar"/>
<classpathentry kind="lib" path="/Users/jonatanlundin/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA/android/kroll-apt.jar"/>
<classpathentry kind="lib" path="lib/xwalk_core_library_java.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
It should probably be updated to match the minsdk though :) |
Here is how I fixed it. I tried to follow this post with brew. But after installation, the SDK/NDK is not writable other than root, this makes Appcelerator Studio(AS) doesn't recognize the SDK/NDK path correctly. So I gave up and install myself. I solved the 'ndk-gdb' missing complain by simply copying all files under I have also added build.properties with Lastly, it has complained me missing architectures: armeabi That's all and Good Luck. |
Hi,
I need your awesome module for a 4.1.1. project and I have downloaded your zip. After ant comes:
I miss the configuration file for pointing to my SDKs …
The text was updated successfully, but these errors were encountered: