Я использую Ti.App.getArguments () в своем приложении для Android в Titanium Оценщик Studio, но каждый раз сталкиваюсь с ошибкой ниже. Получение ошибки, приведенной в изображении
Как вы можете видеть в документации API https://docs.appcelerator.com/platform/latest/#!/api/Titanium.App-method-getArguments функция getArguments() доступна только в iOS и, исходя из аргумента командной строки, который вы компилируете для Android. Решение для Android это: On Android, fetch the Ti.Android.rootActivity object and read its intent property to retrieve the parameters used to launch the application activity.
getArguments()
On Android, fetch the Ti.Android.rootActivity object and read its intent property to retrieve the parameters used to launch the application activity.