Questions tagged [appcelerator-android]

4 questions
3
votes
2 answers

Appcelerator Titanium - unable to run on android

I was able to run on Android but since upgrading to the latest SDK (6.2.0.GA) I'm unable to run. I was getting an error telling me that my Android SDK is not updated and I should update to the latest. So I did. Now I'm getting a different…
2
votes
1 answer

Appcelerator Android Packaging Failed

Getting what appears to be a simple error and I have no idea how to resolve it: res/drawable/DefaultIcon.png: Invalid file name: must contain only [a-z0-9_.] The problem with the error is apparent. DefaultIcon.png is already alphabetical. How do I…
Dan
  • 1,812
  • 3
  • 13
  • 27
1
vote
1 answer

Can’t compile modules anymore after sdk updates to 7.0.2

The latest updates of appcelerator to the newest SDK, cli, titanium studio, has now results in the failed built of every android modules I have created so far. Below is the error - Buildfile: /Users/Documents/sdk7module/android/build.xml BUILD…
spaceman12
  • 1,039
  • 11
  • 18
0
votes
1 answer

Titanium - Android button "native" behavior upon styling

I've created 2 buttons: The first is a really simple default button. And the second I just added a red background color. The result is this: As you can see from…