In preview mode i can't view the action bar icon but if I build the project in android I can see them.
In the console I have this:
LOG from device OnePlus X: Angular is running in the development mode. Call enableProdMode() to enable the production mode.
LOG from device OnePlus X: Error: Could not load action bar icon: res://back
If by preview mode you mean the nativescript preview application on your phone then you get the error because your resource is missing, as in the preview you don't carry your App_Resources folder on the device
Copy menu_black.png image to all resolution folders, since menu_black.png is not available for resolution of your respective emulator it is not visible. In tutorial they only have shown to add this image for mdpi and xdpi but that's not sufficient please add this image in all other available resource folders.
I have attached an image which shows the reply from Udemy tutor itself
Related
I am trying to publish an update to my android app and the review done by play console is rejecting the app. I have added different xhdpi icons and changed the app title as well. More than 4-5 iterations have been done.
I have already added xhdpi icons and changed the title of the icons/banners to match the app title. Added icons in the drawable folder
No specific code.
Successful app publishing.
Please refer the message
Following is the message:-
I want to post an update here. The issue got resolved when I added the app title on the image used as a banner/icon.
I received a detailed response from Google Playstore team that my app banner/icon was not having app title which should be visible for end users trying to lauch the app from launcher.
Following was the response.
Please note that our banner requirements are as follows: App name
must be included in the image.
It looks like you are targeting Android TV. Do you want to? If you do, then click on the link in the message you were sent. It will take you to the docs on providing a Home Screen Banner inside your app.
If you think you have done this then update your question to show your AndroidManifest.xml.
http://developer.nokia.com/community/wiki/images/thumb/9/9c/One.png/360px-One.png
http://developer.nokia.com/community/wiki/images/thumb/9/9c/One.png/360px-One.png
The image in this link shows some unidentified UI portion on the top right of the screen. Can someone please describe why it keeps on showing ?
I am unable to identify and correct it.
These framerate counters only shows up in development when the debugger is attached. You'll notice if you run your app when Visual Studio isn't connected and running this UI will disappear.
Here's some more info about it:
http://msdn.microsoft.com/library/windows/apps/gg588380(v=vs.105).aspx
And how to hide it if your really want to:
https://stackoverflow.com/a/5393504/250254
http://www.jeff.wilcox.name/2010/07/counters/
I am developing apps for window phone 7 using phonegap. I am facing the problem when launching the apps in emulator. I can see the splashscreen but not the index page. I just see the white blank screen after splashscreen. While running on emulator I got message "this computer do not have required graphics processing unit configuration."
I test with other in built apps with visual studio for window phone. It work fine.
What is the problem? With my graphics or something else.
Did you set up your app to launch index.html. If you have change the tree it's not a problem. You can change it in CordovaLib, CordovaView.xaml, CordovaView.xaml.cs. In this one, you will find StartpageUri. Be sure that is pointing on your file
I uploaded windows phone 7 app in market and it's rejected by apphub market,with reason of displaying default app icon,here the application icon is not being displayed instead it shows an default application icon.I also uploaded all design images in artwork design with suitable dimension of icon.Please help me to show application icon in market place.
Have a look at the end of this post
It shows how to set these icons. (The posts starts with drawing them but you could skip that)
If you are looking in the app hub at the details of your released ap, this always shows the default "cog" app at the top.
If you've uploaded the correcct images these will be seen in the application artwork section of the page.
If the wrong images are being displayed in the marketplace, is this the phone marketplace or the desktop one? Or both?
If the images displayed in the marketplace don't match the ones listed in the details in the app hub then you should contact app hub support.
I have been working on UI tetsing lately. I worked on Espresso and UI automator. While using UI automator viewer i am able to get the hierarchy and id of the UI component when i am using Nexus tablet home screen , however whenever i am using Xperia tablet and taking device screenshot using ui automator viewer i am not able to get the UI component correctly . There is some issue as seen in below in the image . Any suitable reason why is it happening ? Is it because google Ui automator work best for google devices?
This above uiautomator viewer screenshot is for google nexus where i am clearly getting the app button id when i move my cursor over it.
This one is for xperia tablet where you can see it is pointing to empty place and still giving some heirarchical view(Image button) and id(seems as some coordinate mismatch).