Solution: Android "There is a Problem Parsing the Package"

.
Fix Parse Error – There is a Problem Parsing the Package

Fix 1: Check Your Apps Manifest File

This solution is only for the people who keep messing with apps Manifest file to make a modification to it. So, if you are one of them and made any changes to the Apps Androidmanifest.xml file then try restoring the file to its default state. Things you need to make sure to fix the parse error while installing an Android app:

The name of the .apk has been changed – So, if the original .apk was named as original.apk, and you renamed it to original1.apk then you may need to rename it to its original name that is “Original.apk”.

Once renamed, try to install the app on your Android phone and see if the parse error has been resolved.

The problem with your App’s code – Well, this isn’t something that I can troubleshoot and say what went wrong. But, if there is a problem with your code, you may need to look into that.



Fix 2: Allow Apps Installation from Unknown Sources

For the security reasons, the Android smartphone does not allow you to install apps from third-party sources or sources apart from the Google Play Store. Installing third-party apps from unknown sources can harm your Android phone.

So, if you are trying to install a .apk file then you may face the “parse error – there is an error parsing the package”. To fix this, what you can do here is allow app installation from the unknown sources. You can find the settings to the same under Security settings of your phone.

To allow app installation from the unknown sources, go to Settings and look for Security option under “Input and Control.”

Tap on Security and under Device administrators tap on “Unknown Sources, allows installation of apps from unknown sources”. If asked to confirm, tap OK.

Go back to the folder where you have the .apk located. Tap on it and install the app without parse error.

Fix 3: Enable USB Debugging

Enabling USB debugging isn’t really necessary for installing Android apps using the .apk file. But, for some users, enabling the USB debugging seems to have worked very well.

To enable USB debugging, you need to enable Developer Option in your Android phone first.

To enable “Developer option” go to, Settings, scroll down and tap on About Phone and then tap seven times on the “Build Number”. You should see a “You are now a developer” message on the screen.

Next, go to Settings again, scroll down and tap on Developer Options. Under developer options, tap on USB debugging and enable it.

The procedure to enable USB debugging for different devices will be different. There are dedicated websites such Enable USB Debugging with detailed instructions to do the same.

Fix 4: Disable Antivirus

The parse error can also occur if your security application is blocking the installation. Most of the Antivirus try to block the installation of the applications that may look untrusted or suspicious. So, if you are trying to install a .apk, the possibility is that your Antivirus app might be blocking the .apk file and preventing the installation.

So, try disabling the Antivirus temporarily and try to install the .apk file. This time, you should be able to install the .apk file without receiving any parse error in Android.

Fix 5: Corrupted APK or Partially Downloaded File

The phrase error – there is a problem parsing the package error can also occur due to a corrupted .apk file. Try downloading the fresh apk and install it. See if this can resolve the error. Also, make sure you download the complete file. Sometimes, you may partially download a .apk file and face Parse error while installing it.

Fix 6: Incompatible App

Some Android apps do not support the older version of the Android OS. Some apps do not support the older hardware of the smartphone. So, when you try to install an app which requires Android 4.4 KitKat above on an Android 4.3 Jelly Bean running smartphone then you will get “Parse error – there is a problem parsing the package” message. So, make sure you read the app description about the requirement on the Google Play Store.
.
Reference: http://www.technicalnotes.org/fix-parse-error-in-android-there-is-a-problem-parsing-the-package/

Solution To: Maya 2016 Grid Not Showing Up


.
PROBLEM: Maya Grid Not Showing Up

SOLUTION:
a) Check that you have enabled grid in the Display Menu


b) Check that you have enabled grid in the Show Menu


c) Reset Maya Preferences. (Refer here)
.

Solution To: Maya 2016 Outliner Window Not Showing Up



PROBLEM: Maya Outliner Window Is Missing.

SOLUTION: Refer Maya Troubleshooting Guide.

.

Issue:

In some instances, Maya will not start or strange issues inside the UI will occur like missing menus or slow performance in the UI when moving objects in vertex mode, due to corrupted preferences.

Solution:

Refresh the preferences by using the following steps: 

Mac:
  1. In the Finder, click the Go menu and then click "Go to folder..."
  2. Type /Users/USERNAME/Library/Preferences/Autodesk/maya/VERSION/
  3. Click "Go"
  4. Find the prefs folder and rename it to prefsOld
  5. Restart Maya and if prompted to select the option to create default preferences.
Windows:
  1. Rename the prefs folder found in the following location to something like prefsOld:
    • Windows 64-bit: C:\Users\USERNAME\My Documents\maya\VERSION\
    • Windows 32-bit: C:\Users\USERNAME\My Documents\maya\VERSION\
  2. Restart Maya.
  3. If prompted to, choose the option to Create Default Preferences.

Linux:
  1. Rename the prefs folder found in the following location to something like prefsOld
    • ~<username>/maya/VERSION/
  2. Restart Maya.
  3. If prompted to, choose the option to Create Default Preferences.
Note: On all systems it is possible to rename the folder that is named the version of maya for instance "Documents/maya/2016" can be renamed "Documents/maya/2016Old" to reset more files.
.
Source:https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/Reset-Maya-to-Default.html
.

Solution To: How To Switch Chrome Windows In Mac


.
Question: How To Switch Chrome Windows In Mac?

Answer: Press [Command]+`

.

Solution To: Where To Find Old Chrome Versions?


.
Question: Where To Find Old Chrome Versions?

Answer:
1) For Windows: https://google-chrome.en.uptodown.com/windows
2) For Mac: https://google-chrome.en.uptodown.com/mac

Solution To: "Warning: date() [function.date]: It is not safe to rely on the system's timezone settings" (PHP)


Error (PHP):

Warning: 
date() [function.date]: 
It is not safe to rely on the system's timezone settings.
You are required to use the date.timezone setting or 
the date_default_timezone_set() function. 
In case you used any of those methods and 
you are still getting this warning, 
you most likely misspelled the timezone identifier. 

Solution:

1. Edit PHP.ini, uncomment the date time
e.g.
date.timezone = Asia/Kuala_Lumpur


2. Edit PHP script, add the date time statement
if( ! ini_get('date.timezone') )
{
    date_default_timezone_set('Asia/Kuala_Lumpur');
}

Further References:
http://php.net/manual/en/datetime.configuration.php#ini.date.timezone
http://php.net/manual/en/book.datetime.php

Q&A: Can I install both Java 32 bit and 64 bit on the same pc?


.
Question:
Can I install both Java 32 bit and 64 bit on the same pc?

Answer:
Yes.

Reference:
http://stackoverflow.com/questions/5272216/is-it-possible-to-install-both-32bit-and-64bit-java-on-windows-7
.

Solution To: ProjectLibre requires Java version 6 or later.


.
Problem:
ProjectLibre requires Java version 6 or later. Please install Java:
http://www.java.com/download



Solution:
Install java 32-bit edition.

Solution To: Mobile Apps Development Methodology


Mobile-D

Mobile-D™ is VTT's methodology for agile software development. In addition to mobile software development, it is suitable for various contexts, for instance, security, financial, logistics and product simulation applications.

Solution To: Slow Android Emulator

Use Genymotion application, https://www.genymotion.com.

Solution To: Android Emulator So Slow

-

-
If you Have an Moderate PC or Laptop not a super computer
and Visual studio or Android Studio runs so slow on it


Then you are in the right place :)
my laptop is Toshiba C660
core i5
4G Ram
Graphics Intel HD 3000
As I mentioned not super computer but now it runs Android studio Without any problem

The idea is to smartly distribute your resources and to get the best performance

Requirements
1- 20 Gb free space in any partition 2- Flash memory of minimum 8Gb
3- Windows 7 or 8 or 10 :) Step 1:
Increase your virtual memory to be 20Gb

Step 2
format your flash memory "exFAT" and use it as Ready Boost

Step 3
Disable any unnecessary app from startup
Step 4 enable HAXM
Require Intel processor
Download this file from Intel:
https://software.intel.com/en-us/andr...
-
Source:
-

Solution To: HAXM installation error on android studio

-
 
-
source: https://www.youtube.com/watch?v=K9QG8VMxpt8
 -

Solution To: Minify Source Codes Online

1) http://www.textfixer.com/

2) http://www.freeformatter.com/

Solution To: Cannot Access Intel XDK App Center

-
Step 1: open App Center and log in with your account, result: [message: Thank you for using the Intel® XDK.]
Step 2: open a new tab in your browser (don't logout in the previous tab!) and open App Center again. Now you will see the App Center with recycle bin.
-

Solution To: cannot start Android Studio. No JDK found.

ERROR:

cannot start Android Studio. No JDK found. Please validate either ANDROID_STUDIO_JDK, or JDK_HOME or JAVA_HOME points to valid JDK installation. ECHO is off. Press any key to continue




SOLUTION:

On some Windows systems, the launcher script does not find where Java is installed.

If you encounter this problem, you need to set an environment variable indicating the correct location. 

Select Start menu > Computer > System Properties > Advanced System Properties. Then open Advanced tab > Environment Variables, add new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21.

Solution To: Your Android SDK is out of date

ERROR:

Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later.


SOLUTION:

1) Run SDK Manager. Open your SDK manager in the ADT Bundle and update you Android SDK Tools from 21.1 to 22

For windows user the tools and other SDK packages are saved with the Android Studio application directory ie: \Users\AppData\Local\Android\android-studio\sdk\

For Mac: /Applications/Android\ Studio.app/sdk/

2) Run Android Studio. Open the Configure > Project Defaults > Project Structure, set your project sdk is Android SDK. Then select SDK tab and select build target (eg: Android 4.2.2)



Solution To: Error Class Not Found Widget.CardView

-
Solution To: Error "the following classes could not be found android.support.v7.widget.cardview"
-
This error may occur if you add a cardview widget in layout file without adding the compile class reference in the build.gradle

1) Add the codes "compile 'com.android.support:cardview-v7:21.0.+'" to the dependencies section of the file build.gradle (module:app)

2) Rebuild your project.

-

Solution To: Gradle DSL method not found: 'compile()'



1) Open the file build.gradle (Module:app)
2) Add the following lines to the dependencies section (look at the example above).

compile 'com.android.support:cardview-v7:21.0.+'compile 'com.android.support:recyclerview-v7:21.0.+'

List of Mac OS X (Yosemite) Shortcut Keys

The following tips were copied from http://www.techlicious.com/tip/the-most-useful-mac-keyboard-shortcuts/.

---
Many functions and features in OS X Yosemite are accessed and controlled by swiping, flicking, tapping and pinching on the surface of a trackpad (or on the top of Apple's accessory Magic Mouse), as well as by pointing and clicking. But like operating systems of yesteryear, Yosemite also lets you use a keyboard alone to summon a feature or function.
In fact, Yosemite contains so many "keyboard shortcuts" — combinations of key presses that invoke a command — that an Apple webpage lists hundreds of them. And if those aren't enough, you can create your own shortcutsby browsing to Apple menu > System Preferences and selecting Keyboard. Click Shortcuts, select app shortcuts and then click Add (+).
What follows here is our choice of the most useful keyboard shortcuts in Yosemite (and all OS X versions, starting with OS X 10.2 Jaguar), plus a selection of our favorite ways to control the Mac OS with trackpad swipes, flicks, taps and pinches.

Keyboard Shortcuts

Shortcuts for navigating among applications, open windows and the desktop

Command Key + Tab – Move forward to the next most recently used application in a list of open applications
Command Key + Q – Quit the frontmost application
Command Key + W – Close the frontmost window
Command Key + Spacebar – Search the Web, iCloud locker and your local files
F9 Key – Tile or un-tile all open windows (for quick selection and access)
F10 Key – Tile or un-tile all open windows in the currently active (frontmost) application
F11 Key – Hide or show all open windows
F12 Key – Hide or display Dashboard (Note: Holding the F12 key when the computer is first starting up also ejects a removable disc — CD or DVD — from the drive)

Shortcuts to use within open applications and windows

Command Key + N – Create a new document in the frontmost application
Command Key + P – Display the print dialog box
Command Key + S – Saves the active document
Command Key + Shift Key + S – Display the Save As dialog box
Command Key + T – Opens a new tab in a web browser; while in other applications displays the Fonts window
Command Key + Z – Undo previous command (some applications permit multiple Undos)
Command Key + Shift Key + Z – Redo previous command (some applications permit multiple Redos)

Shortcuts for selecting and acting on selected items

Command Key + A – Selects all items in a document or window (or on the desktop if no window is open), or all characters in a text field
Command Key + B – Boldface the selected text or toggle boldfaced text on and off
Command Key + C – Copies selected item or text to the Clipboard
Command Key + E – Uses the selection for a Find
Command Key + I – Italicize the selected text or toggle Italic text on and off
Command Key + V – Paste the Clipboard contents at the location of the cursor
Command Key + X – Cuts the selected item and stores it in the Clipboard

Shortcuts for screen captures

Command Key + Shift Key + 3 – Capture the screen to a file
Command Key + Shift Key + Control Key + 3 – Capture the screen to the Clipboard
Command Key + Shift Key + 4 – Capture a selection to a file
Command Key + Shift Key + Control Key + 4 – Capture a selection to the Clipboard

Shortcuts for navigating the menu bar

Control Key + F2 – Puts the focus on the menu bar, so you can now use the following keyboard shortcuts to navigate through the menu bar menus. (Useful if your portable mouse or portable trackpad has dead batteries and won't operate.)
Left Arrow and Right Arrow – Moves from menu to menu
Return – Opens a selected menu
Up Arrow and Down Arrow – Move to menu items in the selected menu
Type the menu item's name – Jump to a menu item in the selected menu
Return – Select a menu item (within a selected menu)

Trackpad Gesture Controls

Perhaps the most fun way to use Mountain Lion is with gesture controls, and our favorites are listed below –– but you'll find a lot more, and see video demonstrations of them all on Apple's Mountain Lion gestures explanation page.
Show Safari Tabs – Pinch in with two fingers to reveal all open tabs at once (navigate among them with a two-finger swipe left or right; point and click or tap on a tab to open it)
Three-Finger Drag – Move a selected item from one place to another on the desktop or within an active window (where allowed)
Tap-To-Zoom – Double-tap the trackpad with two fingers within a PDF or web page to zoom in where the cursor is positioned (or zoom back out to a normal view)
Word Lookup – Tap a word with three fingers to look up its Dictionary, Thesaurus and Wikipedia entries
Show Desktop – Spread your thumb and three fingers to reveal the desktop (when you're otherwise in an open window or active application)
Did we miss any of your favorites? Share them in a comment.
Updated on 2/4/2015
---

List of Windows Short Cut Keys


---
List of Windows Short Cut Keys
More than 100 Keyboard Shortcuts must read
SHARE IT........
Keyboard Shorcuts (Microsoft Windows)
1. CTRL+C (Copy)
2. CTRL+X (Cut)
3. CTRL+V (Paste)
4. CTRL+Z (Undo)
5. DELETE (Delete)
6. SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
7. CTRL while dragging an item (Copy the selected item)
8. CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)
9. F2 key (Rename the selected item)
10. CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
11. CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
12. CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
13. CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
14. CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)
15. CTRL+A (Select all)
16. F3 key (Search for a file or a folder)
17. ALT+ENTER (View the properties for the selected item)
18. ALT+F4 (Close the active item, or quit the active program)
19. ALT+ENTER (Display the properties of the selected object)
20. ALT+SPACEBAR (Open the shortcut menu for the active window)
21. CTRL+F4 (Close the active document in programs that enable you to have multiple documents opensimultaneou sly)
22. ALT+TAB (Switch between the open items)
23. ALT+ESC (Cycle through items in the order that they had been opened)
24. F6 key (Cycle through the screen elements in a window or on the desktop)
25. F4 key (Display the Address bar list in My Computer or Windows Explorer)
26. SHIFT+F10 (Display the shortcut menu for the selected item)
27. ALT+SPACEBAR (Display the System menu for the active window)
28. CTRL+ESC (Display the Start menu)
29. ALT+Underlined letter in a menu name (Display the corresponding menu) Underlined letter in a command name on an open menu (Perform the corresponding command)
30. F10 key (Activate the menu bar in the active program)
31. RIGHT ARROW (Open the next menu to the right, or open a submenu)
32. LEFT ARROW (Open the next menu to the left, or close a submenu)
33. F5 key (Update the active window)
34. BACKSPACE (View the folder onelevel up in My Computer or Windows Explorer)
35. ESC (Cancel the current task)
36. SHIFT when you insert a CD-ROMinto the CD-ROM drive (Prevent the CD-ROM from automatically playing)
Dialog Box - Keyboard Shortcuts
1. CTRL+TAB (Move forward through the tabs)
2. CTRL+SHIFT+TAB (Move backward through the tabs)
3. TAB (Move forward through the options)
4. SHIFT+TAB (Move backward through the options)
5. ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
6. ENTER (Perform the command for the active option or button)
7. SPACEBAR (Select or clear the check box if the active option is a check box)
8. Arrow keys (Select a button if the active option is a group of option buttons)
9. F1 key (Display Help)
10. F4 key (Display the items in the active list)
11. BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)
Microsoft Natural Keyboard Shortcuts
1. Windows Logo (Display or hide the Start menu)
2. Windows Logo+BREAK (Display the System Properties dialog box)
3. Windows Logo+D (Display the desktop)
4. Windows Logo+M (Minimize all of the windows)
5. Windows Logo+SHIFT+M (Restorethe minimized windows)
6. Windows Logo+E (Open My Computer)
7. Windows Logo+F (Search for a file or a folder)
8. CTRL+Windows Logo+F (Search for computers)
9. Windows Logo+F1 (Display Windows Help)
10. Windows Logo+ L (Lock the keyboard)
11. Windows Logo+R (Open the Run dialog box)
12. Windows Logo+U (Open Utility Manager)
13. Accessibility Keyboard Shortcuts
14. Right SHIFT for eight seconds (Switch FilterKeys either on or off)
15. Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
16. Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
17. SHIFT five times (Switch the StickyKeys either on or off)
18. NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
19. Windows Logo +U (Open Utility Manager)
20. Windows Explorer Keyboard Shortcuts
21. END (Display the bottom of the active window)
22. HOME (Display the top of the active window)
23. NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
24. NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
MMC COnsole Windows Shortcut keys
1. SHIFT+F10 (Display the Action shortcut menu for the selected item)
2. F1 key (Open the Help topic, if any, for the selected item)
3. F5 key (Update the content of all console windows)
4. CTRL+F10 (Maximize the active console window)
5. CTRL+F5 (Restore the active console window)
6. ALT+ENTER (Display the Properties dialog box, if any, for theselected item)
7. F2 key (Rename the selected item)
8. CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)
Remote Desktop Connection Navigation
1. CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)
2. ALT+PAGE UP (Switch between programs from left to right)
3. ALT+PAGE DOWN (Switch between programs from right to left)
4. ALT+INSERT (Cycle through the programs in most recently used order)
5. ALT+HOME (Display the Start menu)
6. CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)
7. ALT+DELETE (Display the Windows menu)
8. CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)
9. CTRL+ALT+Plus sign (+) (Place asnapshot of the entire client window area on the Terminal server clipboardand provide the same functionality aspressing ALT+PRINT SCREEN on a local computer.)
Microsoft Internet Explorer Keyboard Shortcuts
1. CTRL+B (Open the Organize Favorites dialog box)
2. CTRL+E (Open the Search bar)
3. CTRL+F (Start the Find utility)
4. CTRL+H (Open the History bar)
5. CTRL+I (Open the Favorites bar)
6. CTRL+L (Open the Open dialog box)
7. CTRL+N (Start another instance of the browser with the same Web address)
8. CTRL+O (Open the Open dialog box,the same as CTRL+L)
9. CTRL+P (Open the Print dialog box)
10. CTRL+R (Update the current Web )
SHARE IT WITH YOUR FRIENDS
---