Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
11/22/14 08:44 AM (9 years ago)

HELP app is not working.

There is no error showing during compilation of the project. But when connecting to the phone its showing. This -> https://drive.google.com/file/d/0B_Z8OAy8M05VVHJ5ZmdQZ05TZVE/view?usp=sharing
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/22/14 10:16 AM (9 years ago)
Did anything show up in LogCat when you tried to run the app? That's the best place to start. Otherwise, you can also download the package again and recompile, just to make sure you got all the pieces. Welcome to Buzztouch! Mark
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/22/14 10:57 PM (9 years ago)
There's nothing showing in Logcat indeed. I downloaded the package 5-6 times. Even I downloaded eclipse 3 times to check whether it's a problem in eclipse or not. But coming up with same error. Dissapointed!!!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/22/14 11:04 PM (9 years ago)
Very strange. It's hard to debug without actually seeing it, some LogCat output, or running it on my Eclipse. If you want to send me your zipped up project files, I can give it a look. Or, if you have some LogCat output, that would help. There should be "some" LogCat available. Don't get too discouraged! Android is way harder than iOS to develop for. We'll get you worked out! Send your package to MrkFleming at gmail dot com if you want me to take a look. Mark
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/23/14 12:51 AM (9 years ago)
I have sent you an email at [email protected]. Please try to check once.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/23/14 09:08 AM (9 years ago)
I'll give it a look this evening!
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/23/14 12:10 PM (9 years ago)
Ok that's fine. Thank you.
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/23/14 10:14 PM (9 years ago)
Please let me know if you have checked that.
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/23/14 11:18 PM (9 years ago)
Just gave it a run. The LogCat stuff complained about bad JSON in the BT_Config.txt file. You can check to make sure everything is OK by copying everything from that file, then going over to http://jsonlint.com/ and plugging it in. When you do, you'll see that there is a problem with the Menu Item text called "News Live." You may have an extra quote there? Double check and correct if you do. I would caution against using quotes for those text lines...they have the potential to confuse the JSON file. Mark
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/24/14 01:57 AM (9 years ago)
"News Live" is made as "menu simple". I have modified the data but same problem is arising. It has some contents in it. I checked those contents but not able to find any extra quote in JSON data in those files. Can you please help through teamviewer?
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/24/14 09:23 AM (9 years ago)
The problem is in this entry: "titleText": "News live""loadScreenWithItemId": "DE342B24CFB466A3319B826" It should look like this: "titleText": "News live"; "loadScreenWithItemId": "DE342B24CFB466A3319B826" So, for some reason, when you saved your choices in the control panel, it didn't get saved correctly. I've seen something like this before. Try this : * Find the screen you used for the Menu menu, that contains the "News Live" menu choice * Delete that menu choice * Recreate it again Hopefully that will take care of it. If not, we can do a TeamViewer session tonight when I get home.
 
Shubhojit
Android Fan
Profile
Posts: 21
Reg: Nov 02, 2014
bangalore
210
like
11/24/14 10:34 AM (9 years ago)
That was really very helpfull!! It started working!! Thank you so much!!
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
11/24/14 10:42 AM (9 years ago)
Rock on!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.