First, sorry about my english... I'm learning. I did uninstall Titanium and deleted all folders before install it again and keeping the same error yet!
The error reason: I did copy the file "base.db" as "cópia de base.db" into resource folder and deleted it later. Titanium try find that file and got error, but "cópia de base.db" doesn't exist anymore! I did delete the entirely folder. My Titanium WorkSpace is empty. I create new project and keeping getting error
please, if someone knows what's happening, help me. I don't know what i have to do anymore.
[ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 2119, in <module> [ERROR] s.build_and_run(False, avd_id, debugger_host=debugger_host) [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 1840, in build_and_run [ERROR] self.copy_project_resources() [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 649, in copy_project_resources [ERROR] self.project_deltas = self.project_deltafy.scan() [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\deltafy.py", line 167, in scan [ERROR] for path in self.get_paths(): [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\deltafy.py", line 141, in get_paths [ERROR] rows = c.fetchall() [ERROR] OperationalError: Could not decode to UTF-8 column 'path' with text 'C:\Documents and Settings\manu\My Documents\Titanium Studio Workspace\Bulas\Resources\C?pia de base.db'
3 Answers
File and folder names with spaces are a bad thing and should be avoided.
try doing a clean on your project. go to Project > Clean > press ok.
Do a build. See if it works.
------------this next step should NOT be required, but I will post it here just in case -------- Worst case scenario, rename your Titanium Studio Workspace directory to somethingelse and let Studio rebuild it.
keep in mind that if you do this non required step that titanium studio will not know where any of your projects are. You will have to re import them.
Problem Solved! 1 - I created a new workspace and copied the entirely folder of my project into it. 2 - I did import the folder as project with the "corrupted" file in the resource folder. 3 - after exclude the file "cópia de base.db" by the "Titanium Explorer". 4 - it's OK now, thanks for help anyway!
The problem: I was creating and deleting the file by the Windows Explorer, this made a wave of others troubles then.
Your Answer
Think you can help? Login to answer this question!