appcelerator-studio

Appcelerator studio: how to set logging level to trace?

青春壹個敷衍的年華 提交于 2020-01-06 04:08:09
问题 How to set logging level in the Appcelerator Studio to show trace messages (posted by Ti.API.trace()) in the console? version of the studio is 4.4.0.201511241829 Thanks! 回答1: In Studio, you can change the log level on the Console Window as seen below 回答2: Change your Run Config to run as trace instead info 来源: https://stackoverflow.com/questions/34794220/appcelerator-studio-how-to-set-logging-level-to-trace

Appcelerator: [ERROR] Application Installer abnormal process termination. Process exit value was 1

情到浓时终转凉″ 提交于 2019-12-24 05:54:36
问题 I know this question has been asked lots of times, but answers given did not solve my problem so far. When trying to build an app to either a Android-device/-simulator/-package, Appcelerator comes with this error: [ERROR] Application Installer abnormal process termination. Process exit value was 1 I checked weither all Android-sdk's where installed correctly. In the terminal I did: appc logout -D / appc login I cleaned the project, including deleting Build- and Resources-folder by hand Ran:

Unable to Open Appcelerator Studio after fresh Install

吃可爱长大的小学妹 提交于 2019-12-22 18:49:12
问题 I am stuck with an issue. I have installed the Appcelerator studio on my Macbook from Appcelerator dashboard and it was installed successfully. But when I try to open it, below message appears. I also tried to install using the command-line but no success. After opening the log file mentioned in the message I found below log !ENTRY org.eclipse.osgi 4 0 2018-03-06 23:19:28.145 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "com.appcelerator.titanium.rcp.application

“Register Device” fails in Preferences -> Studio -> Platforms -> iOS #appcelerator

自作多情 提交于 2019-12-12 05:01:21
问题 I tried to register a device in appcelerator per the path in the title. When I click "Register Device" it takes me to page that errors out: "The requested application was not found on this server." The URL, without the API key is https://daw.apple.com/cgi-bin/WebObjects/DSAuthWeb.woa/wa/login?&appIdKey=&path=%2F%2Faccount%2Findex.action So if this is not the way to Register a Device in Appcelerator, how do I do it? 回答1: You can register a device at: https://developer.apple.com/account/ios

i am unable to apply “Theme.AppCompat.NoTitleBar” and “colorPrimaryDark” status bar color property at the same time

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-11 17:42:44
问题 I want to hide the action bar throughout the application and also want to set the status bar color? in Appcelerator titanium. 回答1: Please follow the official guide at https://wiki.appcelerator.org/display/guides2/Android+Action+Bar You can either hide it in code win.activity.actionBar.hide(); in the open event and use a normal style in the theme xml or you set your parent in the theme to <style name="Theme.MyTheme" parent="Theme.AppCompat.NoTitleBar"> . Statusbar color is a theme item: <item

Unable to Open Appcelerator Studio after fresh Install

吃可爱长大的小学妹 提交于 2019-12-06 05:26:31
I am stuck with an issue. I have installed the Appcelerator studio on my Macbook from Appcelerator dashboard and it was installed successfully. But when I try to open it, below message appears. I also tried to install using the command-line but no success. After opening the log file mentioned in the message I found below log !ENTRY org.eclipse.osgi 4 0 2018-03-06 23:19:28.145 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "com.appcelerator.titanium.rcp.application" could not be found in the registry. The applications available are: com.aptana.commandline.launcher

Trouble installing Android SDK for Appcelerator studio on windows 7

喜夏-厌秋 提交于 2019-12-01 09:35:28
I have trouble installing Appcelerator studio on windows 7. I am getting the following error when trying to create a new mobile project (Alloy project) and run the same on an android device. Works fine on mobile web. [ERROR] : No valid Android SDK targets found. [ERROR] : Please download an Android SDK target API level 23 or newer from the Android SDK Manager and try again. The android SDK is already in place and have properly referenced it. Still no luck there. Please find the platform specifics Appcelerator Studio version : 4.5 Titanium SDK : 5.2.0GA OS : Windows 7 (64 bit) Any help will be

Trouble installing Android SDK for Appcelerator studio on windows 7

送分小仙女□ 提交于 2019-12-01 07:29:14
问题 I have trouble installing Appcelerator studio on windows 7. I am getting the following error when trying to create a new mobile project (Alloy project) and run the same on an android device. Works fine on mobile web. [ERROR] : No valid Android SDK targets found. [ERROR] : Please download an Android SDK target API level 23 or newer from the Android SDK Manager and try again. The android SDK is already in place and have properly referenced it. Still no luck there. Please find the platform