[Q] Error while creating an App on an Emulator - Other Tools & General Discussion

Hello,
I am a newbie for Android App development area.
I just started learning it by watching some youttube videos.
While running a XML file for sample as "MyFirstApp" on emulator, I came cross the below thread as an error which was showing in to eclipse :
MyFirstApp] Waiting for HOME ('android.process.acore') to be launched...
[2014-10-27 13:48:00 - MyFirstApp] emulator-5554 disconnected! Cancelling 'com.leebrimelow.myfirstapp.MainActivity activity launch'!
And then XML file did launch the Emulator but it got stuck on "Settings" screen and was not going back to home screen .
Kindly ;let me know how can I debug this.
Thank u....

Related

[Q] Development Question - NEWBIE - Android

Hi, I am just starting developing and I have been playing with the notepad sample code on android developers (the ones you get with the SDK). I have added it to the bare-bones of my app, and the first Activity opens fine and the menu works, but when the first activity opens, the debugger gives me the error
Code:
Failed to find provider info for com.example.notepad.provider.notepad
I changed all the references to com.example... to my package name that I could find, but none of them referred to the "provider"
The debugger also says that the activity is starting but I get an Activity not found exception.
It is looking for dat=content://com.example.notepad.prover.notepad/notes
I have tried to search for this reference in all the files, but I am not seeing it (or rather the search and find parts of Eclipse are not finding it.
What am I missing?
Sorry, I can do Java Applets, but this Android thing is completely new!

Android Development Help Needed

Hi im trying to open notepad + write message on my android app which is connected through bluetooth to the computer using Listener (Visual Studio). The problem im facing is that my button doesnt open notepad and also when i type a message on the edittext box nothing sends.
Could you please help. Thank you. (Ive also attached an image of which shows my app also the 'Open Notepad' button which im struggling to get working and a 'text field' with 'send' button which im also struggling with. Basically im trying to 'Open Notepad' when im connected to the PC via bluetooth with a program on Visual Studio called Listener which listens to incoming commands and i want the write words into the 'text field' which writes it onto notepad with the help of the 'send' button.)
Note: Ive attached the code. Thank you i really appreciate your help and guidance.
Why did you open two threads for this?
Please supply the code in a plain.txt file ,opening it with my code editor gives me just garbage.

Eclipse doesn't open property dialog

Hello,
This is hard to search for this but I have tried, and have not found anything like my problem.
I'm following a tutorial for Android development with Eclipse, and I'm editing my view xml file using "Graphical Layout". I have a TextView component selected and go to the properties screen and select the Text property. An ellipsis (...) appears, and when I press that the button goes away, and the property is unchanged. It's supposed to launch a "Create new Android String" dialog, but, nothing. I see the problem with any property with an ellipsis.
I'm using latest Ubuntu, latest Eclipse (tried Java EE and Classic versions), latest ADT and Android SDK.
I have no idea where to start finding out what's wrong here since there are no error messages or anything. I would be most grateful if anyone could help.
(I wanted to post this to the android development section of the forum but it seems I don't have enough street cred for that)

[Q] WPF: System.NotImplementedException in c#

Good day
When i was trying to test my finished app in the emulator it shows this below and in the attachment as well:
"An exception of type System.NotImplementedException occured in MyAppName.DLL but was not handled in user code
What is the appropriate solution to this issue
Regards and reply soon

Webdevelopment: Cordova 9 IOS 5.1.1 offline video player from storage

Could a moderator move this to the webdev forum please? My post count is too low posting there. Thank you
---------
Dear community,
I am trying for 3 days to get a video playback for cordova-ios 5.1.1 on Cordova 9 with Framework 7 to work.
What is this app supposed do in short?
A video gets download to the device storage and should be playable from that device as an offline video player.
There were several problems I had to sort out first:
Stuck at Cordova 9 due to ’ cordova-plugin-file-transfer ’ which is not yet compatible with Cordova 10
Unable to go with Cordova 10 yet, because suggested ways to download huge files on Cordova 10 gets the memory exhausted on the device, as the data is loaded to memory completly first
using cdvfile:// schema to open a local video for gives me a timeout, the video does not start
using a local server plugin did not work for me either
I really tried a lot of configurations and code to get this to work and spent a lot of time at git trying to figure out what I might be missing.
These are the plugins I tried for a working concept of an offline video player:
hxxps://github.com/apache/cordova-plugin-wkwebview-engine
hxxps://github.com/oracle/cordova-plugin-wkwebview-file-xhr
hxxps://github.com/TheMattRay/cordova-plugin-wkwebviewxhrfix
hxxps://github.com/floatinghotpot/cordova-httpd
hxxps://github.com/communico/cordova-httpd
hxxps://github.com/nchutchind/cordova-plugin-streaming-media
This is my content security policy:
HTML:
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline'
'unsafe-eval' cdvfile: data: gap: content: blob:">
The documentation on this on the web is a bit confusing mixing old stuff that apperently does not work anymore.
Please keep in mind I am not asking you for working code, but a concept that does still works and you did successfully use to play huge video files from the device storage using an HTML5-video tag on Cordova 9 ios 5.1.1.
…but some helping codelines are still appreciated of course
Thank you for telling me what does definately work and what’s not anymore.
I am really grateful about any thoughts on this, because I am stuck.
Oliver

Categories

Resources